The ‘Solaris’ Archives
Posted July 30, 2005 by

Solve Solaris metadb or metainit: Segmentation Fault errors

The Solaris Volume Manager is a replacement for Solstice DiskSuite and provides software RAID functionality of Sun Solaris systems. If the following scary error message crops up, don’t panic, try this fix.

Posted May 25, 2005 by

Solaris 10: set subnet mask in zone

There isn’t a netmask setting available when creating a zone and the /etc/netmasks file isn’t consulted when plumbing up zone interfaces. This recipe describes how to force a netmask when creating a zone.

Posted May 20, 2005 by

Solaris 10: enable NFS server

The new service management facility in Solaris 10 provides a powerful means of administering services. This addition to Solaris means significant changes to operations related to service administration. This recipe describes the command that will enable the NFS server in Solaris 10.

Posted May 19, 2005 by

Solaris 10: connect or login to zone console

Once you have a non-global zone installed or running on a Solaris 10 installation, it is often useful to connect to the console of the zone. This provides the same control over the zone as connecting to the console of a physical server running Solaris.

Posted May 19, 2005 by

Solaris 10: shutdown or stop a zone

Once you have created and installed a zone under Solaris 10, you can fire it up with one simple command.

Posted May 19, 2005 by

Solaris 10: uninstall and delete a zone

When you want to remove a non-global zone from your Solaris 10 installation, you’ll need to follow the following steps.

Posted March 24, 2005 by

Solaris 10: view or list all running zones

The zoneadm command can be used to list active or running zones.

Posted February 21, 2005 by

Print out only last revision in list of patches

This will print out a list of patches that omits earlier revs of the same patch. This can be useful to check if a system is at the same level as another (via a diff) system but possibly went through a different patch cycle and ended with different patches at lower revisions.

Category Solaris

Posted December 21, 2004 by

Solaris: Mount filesystem with UFS logging enabled

When UFS logging is enabled, UFS write operations are broken into transactions which are stored to a log before being committed to the filesystem. The use of UFS logging maintains filesystem consistency and prevents the need to run fsck against the filesystem. This can significantly reduce the time required to reboot a system.

Posted December 2, 2004 by

Get MAC address without root