JunOS: पासवर्ड रिकवरी विफल रही है


13

मैं एक mx80 पर एक रूट पासवर्ड को पुनर्प्राप्त करने की कोशिश कर रहा हूं, लेकिन मुझे कुछ त्रुटियां मिल रही हैं और मुझे पता नहीं है कि उनका क्या मतलब है (यह इतना संवेदनशील नहीं है कि "विघटनकारी" कदम स्वीकार्य है);

मैंने जो कदम उठाए हैं, वे इस प्रकार हैं;

  • राउटर को रिबूट करें, प्रॉम्प्ट पर Hit [Enter] to boot immediately, or space bar for command prompt- मैंने स्पेस मारा

  • मैं boot -sएक उपयोगकर्ता मोड में बूट करने के लिए प्रवेश करता हूं

  • प्रांप्ट पर Enter full pathname of shell or 'recovery' for root password recovery or RETURN for /bin/sh:मैं प्रवेश करता हूँrecovery

  • एक बार सीएलआई में मैं कॉन्फ़िगरेशन मोड में प्रवेश करता हूं और फिर रूट पासवर्ड रीसेट करने और कॉन्फ़िगरेशन करने का प्रयास करता हूं;

यह मैं त्रुटियों का अनुभव कर रहा था; उनका क्या मतलब है, और मैं इसे कैसे ठीक कर सकता हूं? क्या इसे ठीक करने की भी ज़रूरत है (मैं ऐसा मान लूंगा!):

[edit]
root# set system root-authentication plain-text-password 
New password:
Retype new password:

[edit]
root# commit    
error: could not open database: /var/run/db/juniper.data: No such file or directory
error: Database open failed for file '/var/run/db/juniper.data': No such file or directory
error: commit failed: daemon file propagation failed

[edit]
root# WATCHDOG_TIMER : Loss of soft watchdog
panic: Loss of soft watchdog
Entering boot mastership relinquish phase
KDB: enter: panic
[thread pid 11 tid 100005 ]
Stopped at      kdb_enter+0x1a4:        addis   r3, r0, -0x5f7a
db>

MX80 JunOS 11.4R1.14 चल रहा है। मैंने रिबूट किया है और पासवर्ड रीसेट नहीं किया गया है। क्या मुझे फिर से प्रयास करना चाहिए, या इस राउटर में कुछ गड़बड़ है जिसे मुझे पहले संबोधित करना चाहिए? मैं कुछ भी नुकसान नहीं करना चाहता।

अपडेट करें

इस के लिए एक अद्यतन के रूप में; आज मैं फिर से रिकवरी मोड में आ गया और कुछ नहीं किया, मैं "रूट>" पर बैठे राउटर के साथ फोन पर था। फोन पर कुछ मिनटों के लिए राउटर में अचानक घबराहट होती थी;

Enter full pathname of shell or 'recovery' for root password recovery or RETURN for /bin/sh: recovery

Performing filesystem consistency checks ...
/dev/da0s1a: 1466 files, 91908 used, 361032 free (56 frags, 45122 blocks, 0.0% fragmentation)
/dev/da0s1e: 9 files, 8 used, 50273 free (17 frags, 6282 blocks, 0.0% fragmentation)

Performing mount of main filesystems ...

Performing filesystem consistency of secondary filesystems ...
/dev/da1s1f: 232 files, 362550 used, 1105677 free (125 frags, 138194 blocks, 0.0% fragmentation)

Performing mount of secondary filesystems ...
Verified manifest signed by PackageProduction_11_4_0
Verified jboot signed by PackageProduction_11_4_0
Verified jbase-ppc-11.4R1.14 signed by PackageProduction_11_4_0
Mounted jkernel package on /dev/md1...
Verified manifest signed by PackageProduction_11_4_0
veriexec: fingerprint for dev 73, file 49356 f743694d46ccdfd6bc72f0793c1cc0e8e5bdf80e != b3dfc26ab4c595f569e86791aa3dcfa4a277892c
Verified jkernel-ppc-11.4R1.14 signed by PackageProduction_11_4_0
Mounted jpfe package on /dev/md2...
Mounted jdocs package on /dev/md3...
Verified manifest signed by PackageProduction_11_4_0
Verified jdocs-11.4R1.14 signed by PackageProduction_11_4_0
Mounted jroute package on /dev/md4...
Verified manifest signed by PackageProduction_11_4_0
Verified jroute-ppc-11.4R1.14 signed by PackageProduction_11_4_0
Mounted jcrypto package on /dev/md5...
Verified manifest signed by PackageProduction_11_4_0
Verified jcrypto-ppc-11.4R1.14 signed by PackageProduction_11_4_0
machdep.bootsuccess: 1 -> 1

Performing initialization of management services ...
mgd: error: could not open database: /var/run/db/schema.db: No such file or directory
mgd: error: Database open failed for file '/var/run/db/schema.db': No such file or directory
mgd: error: could not open database schema: /var/run/db/schema.db
mgd: error: could not open database schema
mgd: error: database schema is out of date, rebuilding it
mgd: error: could not open database: /var/run/db/juniper.data: No such file or directory
mgd: error: Database open failed for file '/var/run/db/juniper.data': No such file or directory
mgd: error: Cannot read configuration: Could not open configuration database

Performing checkout of management services ...

NOTE: Once in the CLI, you will need to enter configuration mode using
NOTE: the 'configure' command to make any required changes. For example,
NOTE: to reset the root password, type:
NOTE:    configure
NOTE:    set system root-authentication plain-text-password
NOTE:    (enter the new password when asked)
NOTE:    commit
NOTE:    exit
NOTE:    exit
NOTE: When you exit the CLI, you will be asked if you want to reboot
NOTE: the system

Starting CLI ... 
root> WATCHDOG_TIMER : Loss of soft watchdog
panic: Loss of soft watchdog
###Entering boot mastership relinquish phase
KDB: enter: panic
[thread pid 11 tid 100005 ]
Stopped at      kdb_enter+0x1a4:        addis   r3, r0, -0x5f7a
db>

मैं पुनः स्थापित करूंगा और देखूंगा कि क्या होता है।


2
मुझे लगता है कि ओएस के साथ एक समस्या हो सकती है जो आपको पासवर्ड बदलने से रोक रही है। मैं ओएस को अपग्रेड करने या डाउनग्रेड करने की कोशिश करूंगा कि क्या यह काम करेगा। लेकिन निश्चित रूप से, ऐसा करने से पहले हमेशा अपने कॉन्फ़िगरेशन और ओएस का बैकअप लें।
ponsfonze

1
मैं मानता हूं कि ऐसा लगता है कि राउटर बैकअप छवि से बूट हो रहा है और
कॉन्फिगरेशन

जवाबों:


6

यह एक भ्रष्ट फाइल सिस्टम हो सकता है - क्या राउटर को w / o उचित शटडाउन रिबूट किया गया था? यदि ऐसा है, तो USB स्टिक से बूट करने की कोशिश करें और CF कार्ड को री-इंस्टॉल (री-पार्टीशन के साथ) करें:

अनुरोध प्रणाली स्नैपशॉट विभाजन मीडिया कॉम्पैक्ट-फ्लैश (या समान, सटीक डिवाइस नाम के लिए मैनुअल की जांच करें)


यह आगे बढ़ने का तार्किक तरीका है, इसलिए मैंने यह मार्ग अपनाया। मैंने राउटर को पोंछ दिया और पुनः इंस्टॉल किया। अब ठीक काम कर रहा है।
jwbensley
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.