Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Jumpstart

Status
Not open for further replies.

hkaing

Technical User
Joined
Feb 21, 2002
Messages
1
Location
US
What do I need to specify in the jumpstart profile to configure Solaris 8 as a 32-bits system instead of 64-bit system? I can do this in interactive mode but not on jumpstart. Any help or suggestion is appreciated.

Huot
 
The "isa_bits" keyword specifies to install 32 or 64 bit software packages, by default 64 bit packages are installed on a sun4u architecture and 32 bit on all others, but when SUNWCreq package cluster is installed the default is to install 32 bit packages for all architectures, the "isa_bits" keyword is used to explicitly install the 64 bit SUNWCreq cluster on sun4u architectures, ie:
###
cluster SUNCreq
isa_bits 32
###

Only install the 32 bit package.

Regards,

Carlos Almeida,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top