StoreEver Tape Storage
1748177 Members
4361 Online
108758 Solutions
New Discussion юеВ

Re: Kernal Parameter change

 
MMC_2
Frequent Advisor

Kernal Parameter change

Hi,

I am trying to activate the drivers for stape and schgr through SAM but everytime i start up same and try and select kernal config (kcweb) it gives me the following error:
UNEXPECTED EXIT:process LANG=C LC_ALL=C /USR/SBIN/KCWEB -f > /DEV/NULL EXITED WITH A NON-ZERO EXIT STATUS.

ERROR: DISPLAY enviroment varible not set.

I have tried setting the DISPLAY settings using xhost and exporting the display to the ipaddess but still nothing.

Thanks for your help,
MMC
4 REPLIES 4
MSECO_1
Trusted Contributor

Re: Kernal Parameter change

Try configuring driver with SAM (CLI)
#sam
Keep learning!!!
Sundar_7
Honored Contributor

Re: Kernal Parameter change

Are you running 11.11 or 11.23 ?

Learn What to do ,How to do and more importantly When to do ?
MSECO_1
Trusted Contributor

Re: Kernal Parameter change

running 11.11
Keep learning!!!
Sundar_7
Honored Contributor

Re: Kernal Parameter change

You can do it from the command line

# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# kmsystem - to manipulate the device drivers
# mk_kernel -s system
# kmupdate
# cp -p /stand/system /stand/system.prev
# cp -p system /stand
# cd /
# shutdown -r -y 0
Learn What to do ,How to do and more importantly When to do ?