Showing posts with label solaris. Show all posts
Showing posts with label solaris. Show all posts

Wednesday, June 16, 2010

Get the Host ID Number on Solaris

On Solaris, the hostid is similar to the hostname. To determine the hostid of a Solaris box, there are a couple of options to follow.
sysdef -h
The sysdef utility gives you system information, including hardware and system information.
Example:
# sysdef -h
*
* Hostid
*
 3adf6e7c
hostid
The hostid utility is a shortcut command to quickly get the hostid.
Example:
# hostid
*
* Hostid
*
 3adf6e7c

Procedure to clearing the ConfigMgr (SCCM) client local cache (CCM cache) -Resolving Disk space isssue

Essentially the client cache is a temporary download location for software, applications and software updates that are deployed to a clie...