Admin

74 Posts · Page 11 of 13

vmstat without history

Historic values are sometimes quite useful to have an overview of what's happened in the past on your system, but quite often it's only something you have to...

Authorizations for Zone Console access - Part 3

Okay, there is one remaining obvious question. What if you have an admin that is responsible for all the systems and you want to give her access to all the...

Authorizations for Zone Console access - Part 2

As I wrote yesterday, there is an alternate way to configure zone console access. Let's assume we want to give the user junior the authorization to access the...

Authorizations for Zone Console access - Part 1

When you wanted to access the zone console on a Solaris system as a normal user in the past, you needed an authorization. You may remember from a very old...

ptree with service names

A nice tool to get some understanding of the dependencies of processes is the ptree tool. With the -c option it shows the contract id (the contract filesystem...

newtask easier to use in scripts

newtask is an important tool when you start applications in a different project context, for example for resource control purposes. Maybe you remember my...