1847225 Members
2463 Online
110263 Solutions
New Discussion

Ignite question

 
SOLVED
Go to solution
Marco A.
Esteemed Contributor

Ignite question

Hello,

Someone know where is this variable ?

_hp_hide_other_disks

I'm having issues with this one, apparently I need to split this variable's value into different lines, but I don't know where it is located.

Regards,

Marco
Just unplug and plug in again ....
7 REPLIES 7
Ivan Krastev
Honored Contributor
Solution

Re: Ignite question

In /tmp/install.vars

regards,
ivan
Marco A.
Esteemed Contributor

Re: Ignite question

Thanks Ivan,

Look .., this is mine .

This is my install.vars.


# This file contains some information used during the initial # installation of the system. Once the system is up, it is no # longer needed and may be removed at any time.
INST_HOSTNAME="hp82"
INST_HOST_IP="161.155.123.212"
INST_NETMASK="255.255.255.0"
INST_LAN_DEV="lan0"
#
# Variable assignments
#
_hp_boot_dev_path="0/0/2/1.2.0"
_hp_primary_path="0/0/1/1.2.0"
_hp_HFS_blksize=65536
_hp_HFS_fragsize=8192
_hp_VxFS_blksize=8192
_hp_FS_stripe_size=64K
_hp_disk_layout="Modified LVM Layout"
_hp_root_disk="0/0/1/1.2.0"
_hp_pri_swap=4194304K
_hp_min_swap=4194304K
_hp_sec_swap=0K
_hp_root_grp_striped="NO"
_hp_root_grp_disks=1
_hp_group_name="vg00"
_hp_keyboard="Not_Applicable"
_hp_force_autoboot="YES"
_disable_dhcp="NO"
_hp_addnl_fs_free_pct=10
_hp_os_bitness="64"
_hp_patch_save_files="YES"
_hp_custom_sys="Current System Parameters"
_hp_default_cur_lan_dev="lan0"
_hp_locale="SET_NULL_LOCALE"
RUN_UI=TRUE
RUN_SD=TRUE
SD_USE_UI=FALSE
CONTROL_FROM_SERVER=FALSE

The variable is not there, but I'm receiving the following error.

RROR: setHideOtherSpec: The _hp_hide_other_disks variable is not a valid


Regards,

Marco,
HALT_WHEN_DONE=FALSE
USE_EXPERT_UI=TRUE
CLEAN_ALL_DISKS=FALSE
HIDE_BOOT_DISK=FALSE
ERROR_IF_BAD_SW=FALSE
RECOVERY_MODE=FALSE
DISABLE_DHCP=FALSE
ALLOW_DISK_REMAP=TRUE
release="B.11.11"
Just unplug and plug in again ....
Fabio Ettore
Honored Contributor

Re: Ignite question

Hi Marco,

I never used/set that variable in Ignite-UX, anyway I think you can change that by the command instl_adm:

http://www.docs.hp.com/en/5992-3336/5992-3336.pdf

Chapter 5 about "Controlling the I/O Configuration Process"

Hope this helps you.

Best regards,
Fabio
WISH? IMPROVEMENT!
Scot Bean
Honored Contributor

Re: Ignite question

Is this during an install or a recovery action?

This config parameter is not set by default.

But it sounds like
('The _hp_hide_other_disks variable is not a valid') your version of Ignite may be too old and is not recognizing this relatively new parameter.
Marco A.
Esteemed Contributor

Re: Ignite question

In fact that's just when trying to start the "ignite" GUI .

Regards,

Marco
Just unplug and plug in again ....
Scot Bean
Honored Contributor

Re: Ignite question

Try running 'instl_adm -T' on you Ignite server. This parses all custom config files and my locate the file where this syntax is.
Marco A.
Esteemed Contributor

Re: Ignite question

Hello,

In fact I got the Ignite C.7.5.142 , I don't know why this is getting this issue, the issue was suposed to be fixed since the version C.6.7 , but the error is reappearing.

Now I'll trace the application to see what it is doing.

The instl_adm -T didn't take effect.

Thanks for the replays,

Regards,

Marco
Just unplug and plug in again ....