溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

Netscaler重置密碼的方法

發(fā)布時(shí)間:2020-04-10 11:47:10 來(lái)源:網(wǎng)絡(luò) 閱讀:75 作者:曹進(jìn)_Gene 欄目:網(wǎng)絡(luò)安全


  有時(shí)候我們會(huì)碰到忘記Netscaler的密碼,或接手別人的設(shè)備而不知道密碼的情況。在這種情況下能看到但進(jìn)不去,那感覺(jué)真是酸爽!如何初始化Netscaler的密碼,及時(shí)啟用手上的設(shè)備就很重要了。

用console線連接到Netscaler,按啟動(dòng)按鈕后會(huì)看到以下內(nèi)容,按照如下提示操作即可

1.       Attach a console cable to the Serial Console (9600 baud, 8 bits, 1 stop bit, No parity) of the NetScaler appliance.

 

2.       Restart the NetScaler appliance.

 

3.       Press any of the following keys, as prompted:

Press Spacebar when the following message is displayed:

 

Hit [Enter] to boot immediately, or any other key for command prompt Booting [kernel] in 10 seconds

Press Ctrl and C keys simultaneously when the following message is displayed:

Press [Ctrl-C] for command prompt, or any other key to boot immediately.

Booting [kernel] in 2 seconds...

 

4.       To start the appliance kernel on a single user mode, enter the following command:

 

boot –s

 

Note: If boot -s does not work, then try reboot -- -s and appliance will reboot in single user mode.

 

5.       Press Enter when the following message is displayed:

 

Enter full pathname of shell or RETURN for /bin/sh:

 

Note: Notice that the prompt of the appliance changes to \u@\h\$.

 

6.       Run the following command to check the disk consistency:

 

\u@\h\$ /sbin/fsck /dev/ad0s1a(此命令一定要先執(zhí)行,否則不能掛載/flash)

 

Note: Refer to the Knowledge Center article CTX121853 – Device Names Assigned to Hard Disk in Various Models of the Citrix NetScaler Appliance to verify the device name assigned to the hard disk of the appliance model and replace ad0s1a in the preceding command with the appropriate device name.

 

7.       Run the following command to display the mounted partitions:

 

df

 

8.       Run the following command to mount the flash drive:

 

\u@\h\$ /sbin/mount /dev/ad0s1a /flash( 一定要把flash掛上,否則看不到ns.conf)

 

If the preceding command fails to mount the flash drive, then run the following command to create the flash directory and then run the preceding command again to mount the drive:

 

\u@\h\$ mkdir /flash(如果有/flash可以不執(zhí)行這步)

 

9.       Run the following command to change to the nsconfig directory:

 

\u@\h\$ cd /flash/nsconfig

 

10.     Run the following set of commands to rewrite the ns.conf file and remove the set of system commands defaulting to the nsroot user:

a. Run the following command to create a new configuration file that does not have commands defaulting to the nsroot user:

\u@\h\$ grep –v “set system user nsroot” ns.conf > new.conf(提取除nsroot用戶以外的其他配置到新文件)

b. Run a command similar to the following command to make a backup of the existing configuration file:

\u@\h\$ mv ns.conf old.ns.conf(備份原來(lái)的配置)

c. Run the following command to rename the new.conf file to ns.conf:

\u@\h\$ mv new.conf ns.conf(用沒(méi)有nsroot的配置啟動(dòng))

 

11.     Run the following command to restart the appliance:

 

reboot

 

12.     Log in to the appliance by using the default nsroot user credentials.

此時(shí)nsroot的密碼為初始化的密碼,直接輸入nsroot登陸即可

13.     Run the following command to reset the nsroot user password of your choice:

 

> set system user nsroot <New_Password>重新輸入密碼


向AI問(wèn)一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI