Thursday, April 28, 2011

Configuring VPIM networking in CUE

This tutorial will cover any additional tasks to my previous tutorial “Easy approach for Configuring and Setting up Cisco Unity Express” . Here, i will show you the steps needed in order to configure , manage and troubleshoot Voice Profile for Internet Messaging (VPIM) networking between CUE to other Voice Mail Systems such as Unity or even CUE itself. For timebeing,I will cover only CUE side of things.For setting up Unity side,follow this post by Mr.Vik Malhi.

Lets get started now.

I assume , we have the following parameters to begin with:

Unity DN’s : 5XXX
CUE DN’s : 6XXX
Unity Location ID : 100
CUE Location ID : 200

VPIM networking between CUE and Unity requires use of DNS server.Normally, your Cisco Unity box will be setup as a DNS server.You have option to setup DNS when configuring CUE out of box Or you can configure it later using CUE command-line interface .

Define DNS Server:(“X.X.X.X” will be substituted by actual DNS server ip address)

ip name-server X.X.X.X

Verify Host Entries:

show ip dns cache
show hosts

You will also need to define 2 locations i.e One for CUE and another for Unity and then set CUE location as a Local location.

Define Unity Location ID:

network location id 100
name Unity
email domain unity.ccielab.com
enable
end

Define CUE Location ID and set it as Local:

network location id 200
name CUE
email domain cue.ccielab.com
enable
end

network local location id 200

Verify Network Locations :

show network locations
show network detail location id < location-id >
show network detail local

Assuming Unity Side of things are configured, we can leave Messages for Unity Subscriber by first dialing their Location ID “100″ followed by subcriber’s mailbox on remote system e.g “5001″.However, you can also setup Remote VPIM subscribers in CUE so that you don’t have to dial “location id” anymore.You can leave them messages simply using their Mailbox directory number.

Creating Remote VPIM users in CUE:

remote username hquser1 location 100 create
remote username hquser2 location 100 create
remote username hquser1 phonenumber 5001
remote username hquser2 phonenumber 5002

Create a Public Distribution List (PDL) on CUE:

Here,we will create a PDL for HQ site .Any Voice Mail sent to PDL # 5000 will be sent to both members ‘hquser1′ and ‘hquser2′

list name hqsite number 5000 create
list number 5000 description hqphones
list number 5000 member hquser1 type remote
list number 5000 member hquser2 type remote

Verify Remote Users Settings:

show remote users

If you suspect problems with VPIM networking , you can enable tracing and see which messages are actually being exchanged between local and remote Voice Mail Systems.

Enable VPIM tracing:

no trace all
trace networking smtp all
trace networking vpim all
show trace buffer tail

Verify messages received from Unity:

show remote cache
show network queues

Test Your VPIM Configuration:

Now,you can test VPIM configuration by sending a Voice Mail to Unity subscriber.Remember,we setup remote VPIM users in CUE so,we don’t need to remember location id anymore for sending VPIM messages.Here’s how you do it.

  • Press Messages button and log into your mailbox
  • Press option ’2′ and use “dial by extension” option by pressing ‘##’
  • Dial MailBox DN of VPIM user e.g 5001 ,record and send message.

http://www.brainbump.net/2009/04/configuring-vpim-networking-in-cue

Configuring and Setting up Cisco Unity Express

CUE is one of neat topics in CCIE Voice Lab exam . I consider it as a “bonus topic” because if done in right way,you can acquire marks pretty easily and without much effort. For me personally, its more easier using Command-Line Interface (CLI) than wasting valuable lab time with GUI because every single minute counts in 8-hour long exam. I will attempt to take Pushkar’s approach a bit further by incorporating additional configuration tasks as well as verification and troubleshooting tips.These are my personal study tips and can be easily mastered by any one if you even try it 2-3 times only.

I will divide this topic into several configuration chunks to help you understand and digest this topic fairly easily.

To begin with, Lets integrate CUE with CUCME using “sip” subsystem.”X.X.X.X” is CME side ip address.

ccn subsystem sip
gateway address X.X.X.X
end

Say, you are required to setup Voice Mail as well as Auto Attendant.In addition, you are told to setup Greeting Management System for managing prompts.

Voice Mail Pilot Number = 6600

ccn trigger sip phonenumber 6600
application voicemail
enabled
end

Auto Attendant DN = 6100

ccn trigger sip phonenumber 6100
application “autoattendant”
enabled
end

GMS / Telephony User Interface(TUI) = 6200

ccn trigger sip phonenumber 6200
application “promptmgmt”
enabled
end

Voice Mail Operator Extension = 6001

voicemail operator telephone 6001

Next,Define Subscribers at CUE with primary Extensions as : 600X and assign Alternate Extensions as 4600x.

User ‘sitec1′ with Extension : 6001 and Alternate Extension : 46001

username sitec1 create
username sitec1 phonenumber 6001
username sitec1 phonenumberE164 46001

User ‘sitec2′ with Extension : 6002 and Alternate Extension : 46002

username sitec1 create
username sitec1 phonenumber 6002
username sitec1 phonenumberE164 46002

You can achieve same results from CME if you don’t want to use “phonenumberE164″ option using ‘ephone-dn’ and a ‘translation-profile’.

Next,Allocate Mailboxes for recently created Subscribers and configure them not to play tutorials upon Login.In addition,Subcriber1 should have standard greeting played whereas Subcriber2 should have alternate greeting played when a caller reaches his/her mailbox.Also,allow caller to be transferred to Operator Extension if they press “O’ after landing in user2′s mailbox.Enable VM CLID as well.

Enable Voice Mail Caller ID

voicemail callerid

Subscriber’s Mailbox Creation and Tuning:

voicemail mailbox owner sitec1
no tutorial
end

voicemail mailbox owner sitec2
zerooutnumber “6001″
greeting alternate
no tutorial
end

Configure a PIN for users to access their Mailboxes(from exec mode):

username sitec1 pin 12345
username sitec2 pin 12345

Now,Lets define a General Delivery Mailbox(GDM) in which ‘sitec1′ user should have ability to read and delete all VoiceMail whereas any other user should have “read-only” access.In addition,GDM should be accessible via GMS/TUI.

Create GDM with Extension : 6250

groupname GDM create
groupname GDM phonenumber 6250
groupname GDM owner sitec1
groupname GDM member sitec1
groupname GDM member sitec2
groupname GDM privilege ManagePrompts

Remember, if GDM doesn’t have an owner defined,any other GDM users can delete messages.So, its a good practice to configure GDM owners for deployment purposes.

Set MWI On/Off extensions and allow 8 simulatenous session for it.

MWI On DN : 6998 , MWI Off DN : 6999

Remember,you don’t need to remember any commands.Just a ‘show run’ will reveal the following MWI section output.You just need to change placeholder values for MWI On/Off extensions and you are good to go.

ccn application ciscomwiapplication
description “ciscomwiapplication”
enabled
maxsessions 8
script “setmwi.aef”
parameter “strMWI_OFF_DN” “6999″
parameter “strMWI_ON_DN” “6998″
parameter “CallControlGroupID” “0″
end application

Sometimes, the MWI lights on a user’s phone get out of synchronization with the voice message status of the mailbox. When this condition happens, the MWI light is lit although the mailbox has no new messages or the MWI light is not lit even though the mailbox has new messages.In order to refresh MWI status, here are the commands:

MWI Refresh for a Single Subscriber:

mwi refresh telephonenumber 6001

MWI Refresh for All Subscribers:

mwi refresh all

Finally,you can verify all details using combination of following commands:

show users
show user detail username sitec1
show user detail username sitec2
show privileges
show groups privileges
show groups
show group detail groupname GDM
show voicemail detail mailbox sitec1
show voicemail detail mailbox sitec2

These are just a handful of commands to remember.But,they can prove very helpful if you practice them only few times.You can easily save alot of time instead of resorting to GUI because GUI can be time-consuming.


from brainbump

http://www.brainbump.net/2009/04/easy-approach-for-configuring-and-setting-up-cisco-unity-express/


Configure Cisco Unified Call Manager Express GUI using GNS3

Download CME GUI file from cisco.com by logging in with CCO account.

http://www.cisco.com/cisco/software/release.html?mdfid=277641082&catid=278875240&softwareid=282786567&release=8.6&relind=AVAILABLE&rellifecycle=&reltype=latest



CME#archive tar /xtract tftp://10.10.10.1/cme-gui-7.0.0.1.tar flash:
Loading cme-gui-7.0.0.1.tar from 10.10.10.1 (via FastEthernet0/0): !
extracting admin_user.html (3987 bytes)
extracting admin_user.js (650596 bytes)!!
extracting CiscoLogo.gif (1029 bytes)
extracting CME_GUI_README.TXT (617 bytes)
extracting Delete.gif (953 bytes)
extracting dom.js (16344 bytes)
extracting downarrow.gif (864 bytes)
extracting ephone_admin.html (6146 bytes)
extracting logohome.gif (4558 bytes)
extracting normal_user.html (3866 bytes)
extracting normal_user.js (78428 bytes)!
extracting Plus.gif (1347 bytes)
extracting sxiconad.gif (843 bytes)
extracting Tab.gif (174 bytes)
extracting telephony_service.html (2431 bytes)
extracting uparrow.gif (870 bytes)
extracting xml-test.html (9968 bytes)
extracting xml.template (3412 bytes)
[OK - 800768 bytes]

CME#sh flash:

System CompactFlash directory:
File Length Name/status
1 3987 admin_user.html
2 650596 admin_user.js
3 1029 CiscoLogo.gif
4 617 CME_GUI_README.TXT
5 953 Delete.gif
6 16344 dom.js
7 864 downarrow.gif
8 6146 ephone_admin.html
9 4558 logohome.gif
10 3866 normal_user.html
11 78428 normal_user.js
12 1347 Plus.gif
13 843 sxiconad.gif
14 174 Tab.gif
15 2431 telephony_service.html
16 870 uparrow.gif
17 9968 xml-test.html
18 3412 xml.template
[787608 bytes used, 15989604 available, 16777212 total]
16384K bytes of ATA System CompactFlash (Read/Write)

CME#conf t
Enter configuration commands, one per line. End with CNTL/Z.
CME(config)#ip http server
CME(config)#ip http path flash:
CME(config)#tele
CME(config)#telephony-service
CME(config-telephony)#web admin system name LOGS password LOGS
CME(config-telephony)#dn-webedit
CME(config-telephony)#time-webedit
CME(config-telephony)#^Z

CME#wr mem
Building configuration...
[OK]

please login to http://10.10.10.7/ccme.html
username: LOGS and password: LOGS

CME#sh run | section 7000 <==== after created voice mail pilot on CME GUI
voicemail 7000
CME#
CME#
CME#

CME on GNS3 basic configuration steps



Cisco IOS: c3745-spservicesk9-mz.124-15.T3.bin
Connected to Dynamips VM "R1" (ID 0, type c3745) - Console port

Self decompressing the image : ################################################################################################################################################################################################################ [OK]

Smart Init is disabled. IOMEM set to: 5

Using iomem percentage: 5

Restricted Rights Legend

Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.

cisco Systems, Inc.
170 West Tasman Drive
San Jose, California 95134-1706



Cisco IOS Software, 3700 Software (C3745-SPSERVICESK9-M), Version 12.4(15)T3, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by Cisco Systems, Inc.
Compiled Thu 24-Jan-08 21:48 by prod_rel_team
Image text-base: 0x60008930, data-base: 0x62C47A00


Original NVCONFIG doesnt have correct MAGIC number

Backup NVCONFIG also doesnt have correct MAGIC number

BIST FAILED...
Unknown file system detected.
Use format command to format the card as DOS File System.
Or use erase command to format the card as Low End File System.

This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export@cisco.com.

Cisco 3745 (R7000) processor (revision 2.0) with 124928K/6144K bytes of memory.
Processor board ID XXXXXXXXXXX
R7000 CPU at 350MHz, Implementation 39, Rev 2.1, 256KB L2, 512KB L3 Cache
2 FastEthernet interfaces
DRAM configuration is 64 bits wide with parity enabled.
151K bytes of NVRAM.
16384K bytes of ATA System CompactFlash (Read/Write)


--- System Configuration Dialog ---

Would you like to enter the initial configuration dialog? [yes/no]: {
% Please answer 'yes' or 'no'.
Would you like to enter the initial configuration dialog? [yes/no]: no


Press RETURN to get started!


*Mar 1 00:00:16.367: %LINEPROTO-5-UPDOWN: Line protocol on Interface VoIP-Null0, changed state to up
*Mar 1 00:00:19.003: %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down
*Mar 1 00:00:19.383: %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to administratively down
*Mar 1 00:00:19.467: %SYS-5-RESTART: System restarted --
Cisco IOS Software, 3700 Software (C3745-SPSERVICESK9-M), Version 12.4(15)T3, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by Cisco Systems, Inc.
Compiled Thu 24-Jan-08 21:48 by prod_rel_team
*Mar 1 00:00:19.507: %SNMP-5-COLDSTART: SNMP agent on host Router is undergoing a cold start
*Mar 1 00:00:20.003: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down
*Mar 1 00:00:20.383: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname CME
CME(config)#int fa0/0
CME(config-if)#ip address 10.10.10.7 255.255.255.0
CME(config-if)#no shut
*Mar 1 00:01:03.119: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
*Mar 1 00:01:04.119: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
CME(config-if)#exit
CME(config)#do ping 10.10.10.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.1, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 1/13/24 ms
CME(config)#
CME(config)#teele
CME(config)#tele
CME(config)#telephony-service setup


--- Cisco IOS Telephony Services Setup ---


Do you want to setup DHCP service for your IP Phones? [yes/no]: no

Do you want to start telephony-service setup? [yes/no]: yes
Configuring Cisco IOS Telephony Services :

Enter the IP source address for Cisco IOS Telephony Services :10.10.10.7 <===== VG ip address
Enter the Skinny Port for Cisco IOS Telephony Services : [2000]:
How many IP phones do you want to configure : [0]: 10
Do you want dual-line extensions assigned to phones? [yes/no]: no
What Language do you want on IP phones :
0 English
1 French
2 German
3 Russian
4 Spanish
5 Italian
6 Dutch
7 Norwegian
8 Portuguese
9 Danish
10 Swedish
11 Japanese
[0]: 0
Which Call Progress tone set do you want on IP phones :
0 United States
1 France
2 Germany
3 Russia
4 Spain
5 Italy
6 Netherlands
7 Norway
8 Portugal
9 UK
10 Denmark
11 Switzerland
12 Sweden
13 Austria
14 Canada
15 Japan
[0]: 0
What is the first extension number you want to configure : 2001

Do you have Direct-Inward-Dial service for all your phones? [yes/no]: no

Do you want to forward calls to a voice message service? [yes/no]: no

Do you wish to change any of the above information? [yes/no]: no
CNF-FILES: Clock is not set or synchronized, retaining old versionStamps
---- Setup completed config ---

CME(config)#
*Mar 1 00:03:21.827: %LINK-3-UPDOWN: Interface ephone_dsp DN 1.1, changed state to up <==== ephone and ephone-dn are auto created
*Mar 1 00:03:21.831: %LINK-3-UPDOWN: Interface ephone_dsp DN 2.1, changed state to up
*Mar 1 00:03:21.831: %LINK-3-UPDOWN: Interface ephone_dsp DN 3.1, changed state to up
*Mar 1 00:03:21.835: %LINK-3-UPDOWN: Interface ephone_dsp DN 4.1, changed state to up
*Mar 1 00:03:21.839: %LINK-3-UPDOWN: Interface ephone_dsp DN 5.1, changed state to up
*Mar 1 00:03:21.839: %LINK-3-UPDOWN: Interface ephone_dsp DN 6.1, changed state to up
*Mar 1 00:03:21.843: %LINK-3-UPDOWN: Interface ephone_dsp DN 7.1, changed state to up
*Mar 1 00:03:21.843: %LINK-3-UPDOWN: Interface ephone_dsp DN 8.1, changed state to up
*Mar 1 00:03:21.847: %LINK-3-UPDOWN: Interface ephone_dsp DN 9.1, changed state to up
*Mar 1 00:03:21.847: %LINK-3-UPDOWN: Interface ephone_dsp DN 10.1, changed state to up
CME(config)#
CNF-FILES: Clock is not set or synchronized, retaining old versionStamps
CNF files update complete (post init)

CME(config)#
CME(config)#do ping 10.10.10.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/31/96 ms
CME(config)#
reseting 001C.232E.8A7C
*Mar 1 00:04:42.307: %IPPHONE-6-REG_ALARM: 25: Name=SEP001C232E8A7C Load= 7.0.3.0 Last=Initialized
*Mar 1 00:04:42.311: %IPPHONE-6-REG_ALARM: 25: Name=SEP001C232E8A7C Load= 7.0.3.0 Last=Initialized
*Mar 1 00:04:42.311: %IPPHONE-6-REG_ALARM: 25: Name=SEP001C232E8A7C Load= 7.0.3.0 Last=Initialized
*Mar 1 00:04:42.315: %IPPHONE-6-REGISTER_NEW: ephone-1:SEP001C232E8A7C IP:10.10.10.1 Socket:1 DeviceType:Phone has registered.
*Mar 1 00:04:42.935: %IPPHONE-6-UNREGISTER_NORMAL: ephone-1:SEP001C232E8A7C IP:10.10.10.1 Socket:1 DeviceType:Phone has unregistered normally.
*Mar 1 00:04:56.275: %IPPHONE-6-REG_ALARM: 22: Name=SEP001C232E8A7C Load= 7.0.3.0 Last=Reset-Reset
*Mar 1 00:04:56.279: %IPPHONE-6-REGISTER: ephone-1:SEP001C232E8A7C IP:10.10.10.1 Socket:1 DeviceType:Phone has registered.
CME(config)#do sh run
Building configuration...

Current configuration : 1841 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname CME
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
ip cef
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.10.10.7 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
telephony-service
max-ephones 10
max-dn 10
ip source-address 10.10.10.7 port 2000
auto assign 1 to 10
max-conferences 8 gain -6
transfer-system full-consult
create cnf-files version-stamp Jan 01 2002 00:00:00
!
!
ephone-dn 1
number 2001
!
!
ephone-dn 2
number 2002
!
!
ephone-dn 3
number 2003
!
!
ephone-dn 4
number 2004
!
!
ephone-dn 5
number 2005
!
!
ephone-dn 6
number 2006
!
!
ephone-dn 7
number 2007
!
!
ephone-dn 8
number 2008
!
!
ephone-dn 9
number 2009
!
!
ephone-dn 10
number 2010
!
!
ephone 1
no multicast-moh
mac-address 001C.232E.8A7C
keepalive 30 auxiliary 0
type CIPC
button 1:1
!
!
!
ephone 2
no multicast-moh
keepalive 30 auxiliary 0
!
!
!
ephone 3
no multicast-moh
keepalive 30 auxiliary 0
!
!
!
ephone 4
no multicast-moh
keepalive 30 auxiliary 0
!
!
!
ephone 5
no multicast-moh
keepalive 30 auxiliary 0
!
!
!
ephone 6
no multicast-moh
keepalive 30 auxiliary 0
!
!
!
ephone 7
no multicast-moh
keepalive 30 auxiliary 0
!
!
!
ephone 8
no multicast-moh
keepalive 30 auxiliary 0
!
!
!
ephone 9
no multicast-moh
keepalive 30 auxiliary 0
!
!
!
ephone 10
no multicast-moh
keepalive 30 auxiliary 0
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

CME(config)#

CME(config)# ephone 1 <=== phone 1
CME(config-ephone)#button 1:1 2:10 <=== extension number 2001on line 1 and ext 2010 on line 2
CME(config-ephone)#reset
reseting 001C.232E.8A7C
CME(config-ephone)#
*Mar 1 00:09:15.703: %IPPHONE-6-UNREGISTER_NORMAL: ephone-1:SEP001C232E8A7C IP:10.10.10.1 Socket:1 DeviceType:Phone has unregistered normally.
*Mar 1 00:09:24.039: %IPPHONE-6-REG_ALARM: 22: Name=SEP001C232E8A7C Load= 7.0.3.0 Last=Reset-Reset
*Mar 1 00:09:24.039: %IPPHONE-6-REGISTER: ephone-1:SEP001C232E8A7C IP:10.10.10.1 Socket:1 DeviceType:Phone has registered.
CME(config-ephone)#

CME#sh call active voice bri
: hs. + pid:
dur hh:mm:ss tx:/ rx:/
IP : rtt:

Wednesday, April 27, 2011

Cisco WAE / WAAE Cisco Wide Area Application Engine OS upgrade and basic configuration

PC ip address 10.0.0.1 mask 255.255.255.0
FTP Server (3CDaemon)
Ethetnet cable connect WAS and PC
Console cable connect WAS and PC
ready OS PC ftp --> WAAS-4.1.5f.2-K9.bin

ping 10.0.0.254


NO-HOSTNAME(config)#interface gigabitEthernet 1/0
NO-HOSTNAME(config-if)#
NO-HOSTNAME(config-if)#ip address 10.0.0.254 255.255.255.0
NO-HOSTNAME(config-if)#
NO-HOSTNAME(config-if)#no shut
The interface was up.

NO-HOSTNAME(config-if)#exi
NO-HOSTNAME(config)#exit
NO-HOSTNAME#ping 10.0.0.1
PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.
From 10.0.0.254 icmp_seq=2 Destination Host Unreachable
From 10.0.0.254 icmp_seq=3 Destination Host Unreachable
From 10.0.0.254 icmp_seq=4 Destination Host Unreachable

--- 10.0.0.1 ping statistics ---
5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3999ms
, pipe 3
NO-HOSTNAME#
NO-HOSTNAME#
NO-HOSTNAME#copy ftp install 10.0.0.1 / WAAS-4.1.5f.2-K9.bin
Enter username for remote ftp server: anonymous
Enter password for remote ftp server:
Initiating FTP download...
printing one # per 1MB downloaded
Sending: USER anonymous
3Com 3CDaemon FTP Server Version 2.0
User name ok, need password
Sending: PASS ******
User logged in
Sending: TYPE I
Type set to I.
Sending: PASV
Entering passive mode (10,0,0,1,8,99)
Sending: CWD /
CWD command successful
Sending PASV
Entering passive mode (10,0,0,1,8,100)
Sending: RETR WAAS-4.1.5f.2-K9.bin
Using existing data connection
Backing up existing version WAAS 4.1.5c-b17, built on 14:14:05 Dec 21 2009 by cnbuild
Converting Manifest files ... Done
Rebuilding image based on current software ... Done
Backing up flash configuration ... Done
Reclaiming unused flash safe state sectors ... Done.
#####################################################################################################################################################################################################################################################################################################################################################################################################################################
Installing phase3 bootloader...
Detected OE574
Installing WAE 64-bit image.
Installing system image to flash: ......................................................................................................................................................................................... done.
The new software will run after you reload.
NO-HOSTNAME#
NO-HOSTNAME#reload
System configuration has been modified. Save?[yes]:no
Proceed with reload?[confirm]
Shutting down all services, will timeout in 15 minutes.
reload in progress ..Restarting system.
ProLiant System BIOS - W05 (07/07/2008)

Power Regulator Mode: Dynamic Power Savings

=
=
=
=

Cisco Wide Area Application Engine Console

Username: admin
Password: default
System Initialization Finished.
NO-HOSTNAME#
NO-HOSTNAME#
NO-HOSTNAME#
NO-HOSTNAME#
NO-HOSTNAME#sh ver
Cisco Wide Area Application Services Software (WAAS)
Copyright (c) 1999-2010 by Cisco Systems, Inc.
Cisco Wide Area Application Services Software Release 4.1.5f (build b2 Apr 20 20
10)
Version: oe574-4.1.5f.2

Compiled 12:26:34 Apr 20 2010 by cnbuild

System was restarted on Sun Aug 23 17:48:40 2009.
The system has been up for 2 minutes, 56 seconds.

NO-HOSTNAME#
NO-HOSTNAME#setup
Press the ESC key at any time to quit this session
WARNING: Changing any of the network settings from a
telnet session may render the device inaccessible on
the network. Therefore it is suggested that you have
access to the console before modifying the network settings.

Step 1: The following defaults can be configured:
Device mode: Application-accelerator
Interception Method: Inline
Management Interface: InlineGroup 1/1
Autosense: yes
Timezone: UTC 0 0

To keep above defaults and continue configuration, press 'y'
To change above defaults and continue configuration, press 'n' [y]: y
Step 2: IP address of interface: xx.xx.xx.xx -------------------------------> Please enter appropriate IP address for restored device
Step 3: Netmask of this interface: xx.xx.xx.xx -----------------------------> Please enter appropriate Netmast for restored device
Step 4: Enter VLAN ID for InlineGroup IP(Range:1-4094 ) [none]:
Step 5: Default gateway: xx.xx.xx.xx ------------------------------------> Please enter appropriate Default gateway IP for restored device
Step 6: Enter Central Manager address [none] : 10.10.40.9 --> common IP address
Step 7: Enter hostname[none]: xxxx-WAVE471-1--------------------------> Please enter appropriate Hostname for restored device
Step 8: Configure NTP [none]: 10.10.1.6 --> common IP address
Step 9:Press the ESC key at any time to quit this session
The product supports the following licenses:
1. Enterprise
2. Enterprise & Video
3. Enterprise & Virtual-Blade
4. Enterprise, Video & Virtual-Blade
Enter the license(s) you purchased [1]: 1
Based on the input, the following configurations will be done:Press the ESC key at any time to quit this session

interface InlineGroup 1/1
ip address 10.20.80.5 255.255.255.192
autosense
exit
primary-interface InlineGroup 1/1
clock timezone UTC 0 0
ip default-gateway 10.20.80.3
central-manager address 10.10.40.9
cms enable
hostname lifelogs
ntp server 10.10.1.6

Do you accept these configurations (y/n) [y]: y

Would you like to apply the configurations (y/n) [y]: y

This may take few moments. Please wait..
Please wait. Running 'cms enable'..The CLI 'cms enable' failed (1, 8).

One or more configurations could not be applied.
Please try configuring them manually through CLI.Press the ESC key at any time to quit this session


More details on the failure(s) can be found in the
file /local1/errorlog/setup_cli_config_error.

For your reference, configuration generated
during this setup session is available at /local1/setup_gen_config.txt.
You can view this file with the command, "type /local1/setup_gen_config.txt".

MY-WAVE474-1#conf t
MY-WAVE474-1(config)#clock timezone US 1 0
Standard Timezone: US will be used.
MY-WAVE474-1(config)#
MY-WAVE474-1(config)#username admin passwd
Warning: User configuration performed via CLI may be overwritten
by the central manager. Please use the central manager to configure
user accounts.
New WAAS password:1234riverbed
Retype new WAAS password:1234riverbed
MY-WAVE474-1(config)#cms enable
MY-WAVE474-1(config)#snmp-server enable traps
MY-WAVE474-1(config)#snmp community MyPublic rw
[Save configuration]
MY-WAVE474-1#wr men

Riverbed Steelhead Firmware upgrading steps

RiverbedSteelhead firmware upgrading steps ..

***PC ip address is 192.168.10.11 mark 255.255.255.0

pspc.exe and image_rbt_sh_5_5_0d_n50_11_x86_64.img are on PC's Desktop and copy from pc command line to Riverbed

C:\Documents and Settings\Riverbed\Desktop>pscp image_rbt_sh_5_

C:\Documents and Settings\Riverbed\Desktop>pscp image_rbt_sh_5_5_0d_n50_11_x86_6
4.img admin@192.168.10.11:/var/opt/tms/images
The server's host key is not cached in the registry. You
have no guarantee that the server is the computer you
think it is.
The server's rsa2 key fingerprint is:
ssh-rsa 2048 4a:a9:e7:a9:fc:96:d6:36:22:71:f0:b7:08:4c:b2:28
If you trust this host, enter "y" to add the key to
PuTTY's cache and carry on connecting.
If you want to carry on connecting just once, without
adding the key to the cache, enter "n".
If you do not trust this host, press Return to abandon the
connection.
Store key in cache? (y/n) y
admin@192.168.10.11's password:
image_rbt_sh_5_5_0d_n50_1 | 95534 kB | 8684.9 kB/s | ETA: 00:00:00 | 100%

C:\Documents and Settings\Riverbed\Desktop>


***from Riverbed: ...

riverbed (config) # int primary ip address 192.168.10.11 /24 ?

riverbed (config) # int primary ip address 192.168.10.11 /24
riverbed (config) # wr mem
riverbed (config) # ping 192.168.10.10
connect: Network is unreachable
riverbed (config) # _shell
[admin@riverbed ~]# ifconfig primary
primary Link encap:Ethernet HWaddr 00:0E:B6:34:13:00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:20000
RX bytes:1056 (1.0 KiB) TX bytes:4152 (4.0 KiB)
Interrupt:185 Memory:fc9f0000-fca00000

[admin@riverbed ~]# ifconfig primary 192.168.10.11 netmask 255.255.255.0
[admin@riverbed ~]# ping 192.168.10.10
PING 192.168.10.10 (192.168.10.10) 56(84) bytes of data.

--- 192.168.10.10 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 1000ms

[admin@riverbed ~]# arp a-an
a-an: Host name lookup failure
[admin@riverbed ~]# arp -a
? (192.168.10.10) at on primary
[admin@riverbed ~]# arping -I primary 192.168.10.10
ARPING 192.168.10.10 from 192.168.10.11 primary
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.643ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.637ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.625ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.633ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.658ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.637ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.740ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.662ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.675ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.634ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.637ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.631ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.633ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.640ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.651ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.645ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.620ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.597ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.633ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.626ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.641ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.746ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.703ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.663ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.643ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.661ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.645ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.653ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.636ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.639ms
Sent 77 probes (24 broadcast(s))
Received 30 response(s)
[admin@riverbed ~]# arping -I primary 192.168.10.10
ARPING 192.168.10.10 from 192.168.10.11 primary
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.721ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.769ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.667ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.655ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.759ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.695ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.704ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.767ms
Unicast reply from 192.168.10.10 [00:1C:23:2F:8B:7D] 0.752ms
Sent 9 probes (1 broadcast(s))
Received 9 response(s)

[admin@riverbed ~]# sh images
sh: images: No such file or directory
[admin@riverbed ~]# exit
logout

Riverbed Steelhead
riverbed login:
Riverbed Steelhead
riverbed login:
Riverbed Steelhead
riverbed login: admin
Password:
Last login: Thu Nov 11 09:34:26 on ttyS0

riverbed >
riverbed > en
riverbed # sh images
No image files are available to be installed.

Installed images:
Partition 1:
rbt_sh 4.1.8e #75_7 2009-04-17 09:03:09 x86_64 root@malmo:svn://svn/mgmt/tags/
tuvalu_75_fix_7

Partition 2:
rbt_sh 4.1.8e #75_7 2009-04-17 09:03:09 x86_64 root@malmo:svn://svn/mgmt/tags/
tuvalu_75_fix_7

Last boot partition: 1
Next boot partition: 1
riverbed # sh interface primary
Interface primary state
Up: yes
Interface type: ethernet
Netmask: 255.255.255.0
IP address: 192.168.10.11
Speed: 1000Mb/s (auto)
Duplex: full (auto)
MTU: 1500
HW address: 00:0E:B6:34:13:00
Link: yes

RX bytes: 15088
RX packets: 160
RX mcast packets: 0
RX discards: 0
RX errors: 0
RX overruns: 0
RX frame: 0

TX bytes: 15846
TX packets: 111
TX discards: 0
TX errors: 0
riverbed #
riverbed # sh interface primary
Interface primary state
Up: yes
Interface type: ethernet
Netmask: 255.255.255.0
IP address: 192.168.10.11
Speed: 1000Mb/s (auto)
Duplex: full (auto)
MTU: 1500
HW address: 00:0E:B6:34:13:00
Link: yes

RX bytes: 15088
RX packets: 160
RX mcast packets: 0
RX discards: 0
RX errors: 0
RX overruns: 0
RX frame: 0

TX bytes: 17230
TX packets: 115
TX discards: 0
TX errors: 0
Up: 1q yes
face type: ethernet
riverbed # show images
Images available to be installed:
image_rbt_sh_5_5_0d_n50_11_x86_64.img
rbt_sh 5.5.0d #50_11 2008-12-19 20:24:29 x86_64 root@nusaybin:svn://svn/mgmt/b
ranches/guam_50_fix_branch

Installed images:
Partition 1:
rbt_sh 4.1.8e #75_7 2009-04-17 09:03:09 x86_64 root@malmo:svn://svn/mgmt/tags/
tuvalu_75_fix_7

Partition 2:
rbt_sh 4.1.8e #75_7 2009-04-17 09:03:09 x86_64 root@malmo:svn://svn/mgmt/tags/
tuvalu_75_fix_7
Last boot partition: 1
Next boot partition: 1
riverbed # image install image_rbt_sh_5_5_0d_n50_11_x86_64.img 2
riverbed # boot system 2
% Unrecognized command "boot".
Type "?" for help.
riverbed # write mem
riverbed # reload
Rebooting...
riverbed #


System shutdown initiated -- logging off.


Riverbed Steelhead
Stopping mdinit: [ OK ]
Stopping pm: [ OK ]
Stopping irqbalance: [ OK ]
Stopping shutdown_check: [ OK ]
Shutting down kernel logger: [ OK ]
Shutting down system logger: [ OK ]
Starting killall: [ OK ]
Sending all processes the TERM signal...
Sending all processes the KILL signal...
Saving random seed:
Syncing hardware clock to system time
Turning off swap:
Unmounting file systems:
Please stand by while rebooting the system...
md: stopping all md devices.
megaraid: flushing adapter 0...done
Restarting system.
Press any key to continue.
Press any key to continue.
Press any key to continue.
Press any key to continue.
Press any key to continue.
Press any key to continue.
Press any key to continue.
Press any key to continue.
Press any key to continue.
Press any key to continue.

Press any key to enter the menu


Booting Riverbed Steelhead Software v. 4.1.8e (64bit) in 0 seconds...
Booting 'Riverbed Steelhead Software v. 4.1.8e (64bit)'

root (hd1,1)
Filesystem type is ext2fs, partition type 0x83
kernel /vmlinuz ro root=/dev/sda5 console=tty0 console=ttyS0,9600n8
[Linux-bzImage, setup=0x1400, size=0x224754]

Bootdata ok (command line is ro root=/dev/sda5 console=tty0 console=ttyS0,9600n8)
Linux version 2.6.9-34.EL-rbt-3006SMP (root@malmo.lab.nbttech.com) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-9)) #1 SMP Fri Apr 17 08:38:29 PDT 2009
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 00000000fbff0000 (usable)
BIOS-e820: 00000000fbff0000 - 00000000fbfff000 (ACPI data)
BIOS-e820: 00000000fbfff000 - 00000000fc000000 (ACPI NVS)
BIOS-e820: 00000000ff780000 - 0000000100000000 (reserved)
BIOS-e820: 0000000100000000 - 0000000204000000 (usable)
Enabling SRAT NUMA discovery
SRAT: PXM 0 -> APIC 0 -> Node 0
SRAT: PXM 0 -> APIC 1 -> Node 0
SRAT: PXM 1 -> APIC 2 -> Node 1
SRAT: PXM 1 -> APIC 3 -> Node 1
SRAT: Node 0 PXM 0 100000-fbffffff
SRAT: Node 1 PXM 1 104000000-203ffffff
SRAT: Node 0 PXM 0 100000-103ffffff
SRAT: Node 0 PXM 0 0-103ffffff
Warning: acpi_table_parse(ACPI_SLIT) returned 0!
Bootmem setup node 0 0000000000000000-0000000103ffffff
Bootmem setup node 1 0000000104000000-0000000203ffffff
No mptable found.
DMI 2.3 present.
ACPI: PM-Timer IO Port: 0x5008
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 15:1 APIC version 16
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Processor #1 15:1 APIC version 16
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
Processor #2 15:1 APIC version 16
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
Processor #3 15:1 APIC version 16
Setting APIC routing to flat
ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
ACPI: IOAPIC (id[0x05] address[0xfebfe000] gsi_base[24])
IOAPIC[1]: apic_id 5, version 17, address 0xfebfe000, GSI 24-27
ACPI: IOAPIC (id[0x06] address[0xfebff000] gsi_base[28])
IOAPIC[2]: apic_id 6, version 17, address 0xfebff000, GSI 28-31
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Using ACPI (MADT) for SMP configuration information
Checking aperture...
CPU 0: aperture @ 8000000 size 32 MB
Aperture from northbridge cpu 0 too small (32 MB)
No AGP bridge found
Your BIOS doesn't leave a aperture memory hole
Please enable the IOMMU option in the BIOS setup
This costs you 64 MB of RAM
Mapping aperture over 65536 KB of RAM @ 8000000
Built 2 zonelists
Kernel command line: ro root=/dev/sda5 console=tty0 console=ttyS0,9600n8
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 131072 bytes)
time.c: Using 3.579545 MHz PM timer.
time.c: Detected 2393.202 MHz processor.
Console: colour VGA+ 80x25
Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Memory: 8175280k/8454144k available (2942k kernel code, 0k reserved, 1749k data, 196k init)
Calibrating delay using timer specific routine.. 4793.22 BogoMIPS (lpj=2396613)
Mount-cache hash table entries: 256 (order: 0, 4096 bytes)
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 1024K (64 bytes/line)
AMD CPU0: Physical Processor ID: 0
AMD CPU0: Processor Core ID: 0
AMD CPU0: Initial APIC ID: 0
CPU 0(2) -> Node 0
Physical Processor ID 0: Turned off C1-clock ramping
Using local APIC NMI watchdog using perfctr0
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 1024K (64 bytes/line)
AMD CPU0: Physical Processor ID: 0
AMD CPU0: Processor Core ID: 0
AMD CPU0: Initial APIC ID: 0
CPU 0(2) -> Node 0
Physical Processor ID 0: Turned off C1-clock ramping
CPU0: Dual Core AMD Opteron(tm) Processor 280 stepping 02
per-CPU timeslice cutoff: 1024.03 usecs.
task migration cache decay timeout: 2 msecs.
Booting processor 1/1 rip 6000 rsp 101090b9f58
Initializing CPU#1
Calibrating delay using timer specific routine.. 4785.68 BogoMIPS (lpj=2392840)
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 1024K (64 bytes/line)
AMD CPU1: Physical Processor ID: 0
AMD CPU1: Processor Core ID: 1
AMD CPU1: Initial APIC ID: 1
CPU 1(2) -> Node 0
Physical Processor ID 0: Turned off C1-clock ramping
Dual Core AMD Opteron(tm) Processor 280 stepping 02
Booting processor 2/2 rip 6000 rsp 10203f8bf58
Initializing CPU#2
Calibrating delay using timer specific routine.. 4785.70 BogoMIPS (lpj=2392851)
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 1024K (64 bytes/line)
AMD CPU2: Physical Processor ID: 1
AMD CPU2: Processor Core ID: 0
AMD CPU2: Initial APIC ID: 2
CPU 2(2) -> Node 1
Physical Processor ID 1: Turned off C1-clock ramping
Dual Core AMD Opteron(tm) Processor 280 stepping 02
Booting processor 3/3 rip 6000 rsp 100fbf93f58
Initializing CPU#3
Calibrating delay using timer specific routine.. 4785.70 BogoMIPS (lpj=2392851)
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 1024K (64 bytes/line)
AMD CPU3: Physical Processor ID: 1
AMD CPU3: Processor Core ID: 1
AMD CPU3: Initial APIC ID: 3
CPU 3(2) -> Node 1
Physical Processor ID 1: Turned off C1-clock ramping
Dual Core AMD Opteron(tm) Processor 280 stepping 02
Total of 4 processors activated (19150.31 BogoMIPS).
Using local APIC timer interrupts.
Detected 12.464 MHz APIC timer.
checking TSC synchronization across 4 CPUs: passed.
Brought up 4 CPUs
Disabling vsyscall due to use of PM timer
time.c: Using PM based timekeeping.
NET: Registered protocol family 16
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040816
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
SCSI subsystem initialized
usbcore: registered new driver usbfs
usbcore: registered new driver hub
Loading RVBD MD Module Version [2.6.23-rvbd]
PCI: Using ACPI for IRQ routing
ACPI: PCI interrupt 0000:00:07.2[D] -> GSI 19 (level, low) -> IRQ 169
ACPI: PCI interrupt 0000:04:00.0[D] -> GSI 19 (level, low) -> IRQ 169
ACPI: PCI interrupt 0000:04:00.1[D] -> GSI 19 (level, low) -> IRQ 169
ACPI: PCI interrupt 0000:04:04.0[A] -> GSI 17 (level, low) -> IRQ 177
ACPI: PCI interrupt 0000:02:05.0[A] -> GSI 26 (level, low) -> IRQ 185
ACPI: PCI interrupt 0000:02:05.1[B] -> GSI 27 (level, low) -> IRQ 193
ACPI: PCI interrupt 0000:03:0e.0[C] -> GSI 25 (level, low) -> IRQ 201
ACPI: PCI interrupt 0000:01:01.0[A] -> GSI 28 (level, low) -> IRQ 209
ACPI: PCI interrupt 0000:01:01.1[B] -> GSI 29 (level, low) -> IRQ 217
PCI-DMA: Disabling AGP.
PCI-DMA: aperture base @ 8000000 size 65536 KB
PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
IA32 emulation $Id: sys_ia32.c,v 1.32 2002/03/24 13:02:28 ak Exp $
audit: initializing netlink socket (disabled)
audit(1289470241.441:1): initialized
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Initializing Cryptographic API
ksign: Installing public key data
Loading keyring
Fixing up AMD8131 IOAPIC mode
Fixing up AMD8131 IOAPIC mode
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
ACPI: Processor [CPU1] (supports C1, 8 throttling states)
ACPI: Processor [CPU2] (supports C1)
ACPI: Processor [CPU3] (supports C1)
ACPI: Processor [CPU4] (supports C1)
Real Time Clock Driver v1.12
Linux agpgart interface v0.100 (c) Dave Jones
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled
ÿttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Using deadline io scheduler
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
loop: loaded (max 8 devices)
HP CISS Driver (v 2.6.10-13S)
Intel(R) PRO/1000 Network Driver - version 7.4.35
Copyright (c) 1999-2007 Intel Corporation.
ACPI: PCI interrupt 0000:01:01.0[A] -> GSI 28 (level, low) -> IRQ 209
PCI ID: vendor = 1374, device = 0029, subvendor = 1374, subdevice = 0029
e1000: 0000:01:01.0: e1000_probe: (PCI-X:133MHz:64-bit) 00:0e:b6:85:cf:18
e1000: eth0: e1000_probe: Silicom PXG2BPIG series adapter
ACPI: PCI interrupt 0000:01:01.1[B] -> GSI 29 (level, low) -> IRQ 217
PCI ID: vendor = 1374, device = 0029, subvendor = 1374, subdevice = 0029
e1000: 0000:01:01.1: e1000_probe: (PCI-X:133MHz:64-bit) 00:0e:b6:85:cf:19
e1000: eth1: e1000_probe: Silicom PXG2BPIG series adapter
Intel(R) PRO/1000 Network Driver - 0.2.0
Copyright (c) 1999-2007 Intel Corporation.
Intel(R) Gigabit Ethernet Network Driver - version 1.2.22
Copyright (c) 2007-2008 Intel Corporation.
pcnet32.c:v1.31 29.04.2005 tsbogend@alpha.franken.de
e100: Intel(R) PRO/100 Network Driver, 3.4.8-k2-NAPI
e100: Copyright(c) 1999-2005 Intel Corporation
tg3.c:v3.43b (Oct 24, 2005)
ACPI: PCI interrupt 0000:02:05.0[A] -> GSI 26 (level, low) -> IRQ 185
eth2: Tigon3 [partno(BCM95704A6) rev 2100 PHY(5704)] (PCIX:66MHz:64-bit) 10/100/1000BaseT Ethernet 00:0e:b6:34:13:00
eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] Split[0] WireSpeed[1] TSOcap[0]
eth2: dma_rwctrl[769f0000]
eth2: con_dump_register: pagesz=264, npages: 8
ACPI: PCI interrupt 0000:02:05.1[B] -> GSI 27 (level, low) -> IRQ 193
eth3: Tigon3 [partno(BCM95704A6) rev 2100 PHY(5704)] (PCIX:66MHz:64-bit) 10/100/1000BaseT Ethernet 00:0e:b6:34:13:01
eth3: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[1] TSOcap[1]
eth3: dma_rwctrl[769f0000]
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
AMD8111: IDE controller at PCI slot 0000:00:07.1
AMD8111: chipset revision 3
AMD8111: not 100% native mode: will probe irqs later
AMD8111: 0000:00:07.1 (rev 03) UDMA133 controller
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:pio, hdd:pio
hda: TRANSCEND, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: max request size: 128KiB
hda: 1014048 sectors (519 MB) w/1KiB Cache, CHS=1006/16/63, DMA
hda: hda1 hda2 hda3
ide-floppy driver 0.99.newide
megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
megaraid: 2.20.4.9 (Release Date: Sun Jul 16 12:27:22 EST 2006)
megaraid: probe new device 0x1000:0x0409:0x1000:0x3008: bus 3:slot 14:func 0
ACPI: PCI interrupt 0000:03:0e.0[C] -> GSI 25 (level, low) -> IRQ 201
megaraid: fw version:[815C] bios version:[H432]
scsi0 : LSI Logic MegaRAID driver
scsi[0]: scanning scsi channel 0 [Phy 0] for non-raid devices
scsi[0]: scanning scsi channel 1 [virtual] for logical drives
Vendor: MegaRAID Model: LD 0 RAID1 712G Rev: 815C
Type: Direct-Access ANSI SCSI revision: 02
3ware 9000 Storage Controller device driver for Linux v2.26.05.007.
SCSI device sda: 1458978816 512-byte hdwr sectors (746997 MB)
sda: asking for cache data failed
sda: assuming drive cache: write through
SCSI device sda: 1458978816 512-byte hdwr sectors (746997 MB)
sda: asking for cache data failed
sda: assuming drive cache: write through
sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 >
Attached scsi disk sda at scsi0, channel 1, id 0, lun 0
Fusion MPT base driver 3.12.27.00
Copyright (c) 1999-2007 LSI Corporation
Fusion MPT FC Host driver 3.12.27.00
Fusion MPT SAS Host driver 3.12.27.00
Fusion MPT misc device (ioctl) driver 3.12.27.00
mptctl: Registered with Fusion MPT base driver
mptctl: /dev/mptctl @ (major,minor=10,220)
ACPI: PCI interrupt 0000:04:00.0[D] -> GSI 19 (level, low) -> IRQ 169
ohci_hcd 0000:04:00.0: OHCI Host Controller
ohci_hcd 0000:04:00.0: irq 169, pci mem ffffff0000006000
ohci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
ACPI: PCI interrupt 0000:04:00.1[D] -> GSI 19 (level, low) -> IRQ 169
ohci_hcd 0000:04:00.1: OHCI Host Controller
ohci_hcd 0000:04:00.1: irq 169, pci mem ffffff000001a000
ohci_hcd 0000:04:00.1: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
USB Universal Host Controller Interface driver v2.2
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
mice: PS/2 mouse device common for all mice
md: linear personality registered for level -1
md: raid0 personality registered for level 0
Loading RVBD RAID10 Module Version [2.6.23-rvbd]
md: raid10 personality registered for level 10
Crash dump driver initialized.
block device driver for LKCD registered
dump gzip safety buffer: 0000010203ccf000, 4096
NET: Registered protocol family 2
IP: routing cache hash table of 65536 buckets, 1024Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
Initializing IPsec netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
ACPI: (supports S0 S1 S4 S5)
ACPI wakeup devices:
PCI1 USB0 USB1 UAR1 UAR2 GOLA GOLB PWRB
Setting up fail make_request
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 196k freed
INIT: version 2.85 booting
Welcome.Starting udev: [ OK ]
Initializing hardware... storage done[ OK ]
Configuring kernel parameters: [ OK ]
Setting clock (utc): Thu Nov 11 10:11:01 UTC 2010 [ OK ]
Setting hostname localhost: [ OK ]
[/sbin/fsck.ext3 (1) -- /config] fsck.ext3 -a /dev/sda9
CONFIG: clean, 28/18144 files, 7020/72292 blocks
[ OK ]
Checking filesystems:
[/sbin/fsck.ext3 (1) -- /boot] fsck.ext3 -a /dev/sda2
BOOT_1: clean, 30/34272 files, 16087/136552 blocks
[ OK ]

[/sbin/fsck.ext3 (1) -- /bootmgr] fsck.ext3 -a /dev/sda1
BOOTMGR: clean, 21/66528 files, 16765/265072 blocks
[ OK ]

[/sbin/fsck.ext3 (1) -- /var] fsck.ext3 -a /dev/sda8
VAR: clean, 711/2626560 files, 116337/5242880 blocks
[ OK ]

[/sbin/fsck.ext3 (1) -- /config] fsck.ext3 -a /dev/sda9
CONFIG: clean, 28/18144 files, 7020/72292 blocks
[ OK ]

Mounting local filesystems: [ OK ]
Flash configuration ok
Configuring system for crash dumps [ OK ]
Saving crash dump (if one exists)
INIT: Entering runlevel: 3ild at
Entering non-interactive startup
Starting system logger: [ OK ]
Starting kernel logger: [ OK ]
Starting irqbalance: [ OK ]
Starting rbtkmod: [ OK ]
Starting shutdown_check: [ OK ]
Starting mdinit: [ OK ]
Starting internal_startup: [ OK ]
Starting shinit: [ OK ]
Starting pm: [ OK ]
Starting vservers: [ OK ]
Starting csoftwatch: [ OK ]
Starting oom_profile: [ OK ]
Starting softwatch: [ OK ]
Starting load-debug: [ OK ]

Riverbed Steelhead
riverbed login: admin
Password:
Last login: Thu Nov 11 09:57:50 on ttyS0

System initializing.............
Done!

riverbed > en
riverbed # sh ver
Product name: rbt_sh
Product release: 4.1.8e
Build ID: #75_7
Build date: 2009-04-17 09:03:09
Build arch: x86_64
Built by: root@malmo

Uptime: 1m 54s

Product model: 5520
System memory: 5823 MB used / 2160 MB free / 7984 MB total
Number of CPUs: 4
CPU load averages: 0.41 / 0.22 / 0.08
riverbed # boot system 2
% Unrecognized command "boot".
Type "?" for help.
riverbed # wri mem
riverbed # reload
Rebooting...
riverbed #


System shutdown initiated -- logging off.


Riverbed Steelhead
Stopping mdinit: [ OK ]
Stopping pm: [ OK ]
Stopping irqbalance: [ OK ]
Stopping shutdown_check: [ OK ]
Shutting down kernel logger: [ OK ]
Shutting down system logger: [ OK ]
Starting killall: [ OK ]
Sending all processes the TERM signal...
Sending all processes the KILL signal...
Saving random seed:
Syncing hardware clock to system time
Turning off swap:
Unmounting file systems:
Please stand by while rebooting the system...
md: stopping all md devices.
megaraid: flushing adapter 0...done
Restarting system.
Press any key to continue.
Press any key to continue.
Press any key to continue.
Press any key to continue.
Press any key to continue.
Press any key to continue.
Press any key to continue.
Press any key to continue.
Press any key to continue.
Press any key to continue.

Press any key to enter the menu


Booting Riverbed Steelhead Software v. 4.1.8e (64bit) in 3 seconds...

GNU GRUB version 0.95 (639K lower / 4127680K upper memory)

-------------------------------------------------------------------
0: Riverbed Steelhead Software v. 4.1.8e (64bit)
1: Riverbed Steelhead Software v. 5.5.0d (64bit)
2: Restore: Riverbed Steelhead Software v. 4.1.8e (64bit)
3: Restore: Riverbed Steelhead Software v. 4.1.8e (64bit)
-------------------------------------------------------------------

Use the ^ and v keys to select which entry is highlighted.
Press enter to boot the selected OS, 'e' to edit the
commands before booting, 'a' to modify the kernel arguments
before booting, or 'c' for a command-line.

Highlighted entry is 1:
Booting 'Riverbed Steelhead Software v. 5.5.0d (64bit)'

root (hd1,2)
Filesystem type is ext2fs, partition type 0x83
kernel /vmlinuz ro root=/dev/sda6 console=tty0 console=ttyS0,9600n8
[Linux-bzImage, setup=0x1400, size=0x28f9dc]

Bootdata ok (command line is ro root=/dev/sda6 console=tty0 console=ttyS0,9600n8)
Linux version 2.6.9-34.EL-rbt-2562SMP (root@nusaybin.lab.nbttech.com) (gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)) #1 SMP Fri Dec 19 18:39:00 PST 2008
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 00000000fbff0000 (usable)
BIOS-e820: 00000000fbff0000 - 00000000fbfff000 (ACPI data)
BIOS-e820: 00000000fbfff000 - 00000000fc000000 (ACPI NVS)
BIOS-e820: 00000000ff780000 - 0000000100000000 (reserved)
BIOS-e820: 0000000100000000 - 0000000204000000 (usable)
Enabling SRAT NUMA discovery
SRAT: PXM 0 -> APIC 0 -> Node 0
SRAT: PXM 0 -> APIC 1 -> Node 0
SRAT: PXM 1 -> APIC 2 -> Node 1
SRAT: PXM 1 -> APIC 3 -> Node 1
SRAT: Node 0 PXM 0 100000-fbffffff
SRAT: Node 1 PXM 1 104000000-203ffffff
SRAT: Node 0 PXM 0 100000-103ffffff
SRAT: Node 0 PXM 0 0-103ffffff
Warning: acpi_table_parse(ACPI_SLIT) returned 0!
Bootmem setup node 0 0000000000000000-0000000103ffffff
Bootmem setup node 1 0000000104000000-0000000203ffffff
No mptable found.
DMI 2.3 present.
ACPI: PM-Timer IO Port: 0x5008
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 15:1 APIC version 16
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Processor #1 15:1 APIC version 16
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
Processor #2 15:1 APIC version 16
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
Processor #3 15:1 APIC version 16
Setting APIC routing to flat
ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
ACPI: IOAPIC (id[0x05] address[0xfebfe000] gsi_base[24])
IOAPIC[1]: apic_id 5, version 17, address 0xfebfe000, GSI 24-27
ACPI: IOAPIC (id[0x06] address[0xfebff000] gsi_base[28])
IOAPIC[2]: apic_id 6, version 17, address 0xfebff000, GSI 28-31
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Using ACPI (MADT) for SMP configuration information
Checking aperture...
CPU 0: aperture @ 8000000 size 32 MB
Aperture from northbridge cpu 0 too small (32 MB)
No AGP bridge found
Your BIOS doesn't leave a aperture memory hole
Please enable the IOMMU option in the BIOS setup
This costs you 64 MB of RAM
Mapping aperture over 65536 KB of RAM @ 8000000
Built 2 zonelists
Kernel command line: ro root=/dev/sda6 console=tty0 console=ttyS0,9600n8
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 131072 bytes)
time.c: Using 3.579545 MHz PM timer.
time.c: Detected 2393.207 MHz processor.
Console: colour VGA+ 80x25
Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Memory: 8174312k/8454144k available (3600k kernel code, 0k reserved, 2027k data, 196k init)
Calibrating delay using timer specific routine.. 4793.20 BogoMIPS (lpj=2396603)
Mount-cache hash table entries: 256 (order: 0, 4096 bytes)
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 1024K (64 bytes/line)
AMD CPU0: Physical Processor ID: 0
AMD CPU0: Processor Core ID: 0
AMD CPU0: Initial APIC ID: 0
CPU 0(2) -> Node 0
Physical Processor ID 0: Turned off C1-clock ramping
Using local APIC NMI watchdog using perfctr0
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 1024K (64 bytes/line)
AMD CPU0: Physical Processor ID: 0
AMD CPU0: Processor Core ID: 0
AMD CPU0: Initial APIC ID: 0
CPU 0(2) -> Node 0
Physical Processor ID 0: Turned off C1-clock ramping
CPU0: Dual Core AMD Opteron(tm) Processor 280 stepping 02
per-CPU timeslice cutoff: 1024.03 usecs.
task migration cache decay timeout: 2 msecs.
Booting processor 1/1 rip 6000 rsp 101090b9f58
Initializing CPU#1
Calibrating delay using timer specific routine.. 4785.70 BogoMIPS (lpj=2392850)
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 1024K (64 bytes/line)
AMD CPU1: Physical Processor ID: 0
AMD CPU1: Processor Core ID: 1
AMD CPU1: Initial APIC ID: 1
CPU 1(2) -> Node 0
Physical Processor ID 0: Turned off C1-clock ramping
Dual Core AMD Opteron(tm) Processor 280 stepping 02
Booting processor 2/2 rip 6000 rsp 10203f8bf58
Initializing CPU#2
Calibrating delay using timer specific routine.. 4785.69 BogoMIPS (lpj=2392845)
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 1024K (64 bytes/line)
AMD CPU2: Physical Processor ID: 1
AMD CPU2: Processor Core ID: 0
AMD CPU2: Initial APIC ID: 2
CPU 2(2) -> Node 1
Physical Processor ID 1: Turned off C1-clock ramping
Dual Core AMD Opteron(tm) Processor 280 stepping 02
Booting processor 3/3 rip 6000 rsp 100fbf93f58
Initializing CPU#3
Calibrating delay using timer specific routine.. 4785.69 BogoMIPS (lpj=2392847)
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 1024K (64 bytes/line)
AMD CPU3: Physical Processor ID: 1
AMD CPU3: Processor Core ID: 1
AMD CPU3: Initial APIC ID: 3
CPU 3(2) -> Node 1
Physical Processor ID 1: Turned off C1-clock ramping
Dual Core AMD Opteron(tm) Processor 280 stepping 02
Total of 4 processors activated (19150.29 BogoMIPS).
Using local APIC timer interrupts.
Detected 12.464 MHz APIC timer.
checking TSC synchronization across 4 CPUs: passed.
Brought up 4 CPUs
Disabling vsyscall due to use of PM timer
time.c: Using PM based timekeeping.
NET: Registered protocol family 16
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040816
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
SCSI subsystem initialized
usbcore: registered new driver usbfs
usbcore: registered new driver hub
Loading RVBD MD Module Version [2.6.23-rvbd]
PCI: Using ACPI for IRQ routing
ACPI: PCI interrupt 0000:00:07.2[D] -> GSI 19 (level, low) -> IRQ 169
ACPI: PCI interrupt 0000:04:00.0[D] -> GSI 19 (level, low) -> IRQ 169
ACPI: PCI interrupt 0000:04:00.1[D] -> GSI 19 (level, low) -> IRQ 169
ACPI: PCI interrupt 0000:04:04.0[A] -> GSI 17 (level, low) -> IRQ 177
ACPI: PCI interrupt 0000:02:05.0[A] -> GSI 26 (level, low) -> IRQ 185
ACPI: PCI interrupt 0000:02:05.1[B] -> GSI 27 (level, low) -> IRQ 193
ACPI: PCI interrupt 0000:03:0e.0[C] -> GSI 25 (level, low) -> IRQ 201
ACPI: PCI interrupt 0000:01:01.0[A] -> GSI 28 (level, low) -> IRQ 209
ACPI: PCI interrupt 0000:01:01.1[B] -> GSI 29 (level, low) -> IRQ 217
PCI-DMA: Disabling AGP.
PCI-DMA: aperture base @ 8000000 size 65536 KB
PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
IA32 emulation $Id: sys_ia32.c,v 1.32 2002/03/24 13:02:28 ak Exp $
audit: initializing netlink socket (disabled)
audit(1289470567.436:1): initialized
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
SGI XFS with security attributes, large block/inode numbers, no debug enabled
SGI XFS Quota Management subsystem
Initializing Cryptographic API
ksign: Installing public key data
Loading keyring
Fixing up AMD8131 IOAPIC mode
Fixing up AMD8131 IOAPIC mode
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
ACPI: Processor [CPU1] (supports C1, 8 throttling states)
ACPI: Processor [CPU2] (supports C1)
ACPI: Processor [CPU3] (supports C1)
ACPI: Processor [CPU4] (supports C1)
Real Time Clock Driver v1.12
Linux agpgart interface v0.100 (c) Dave Jones
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled
ÿttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Using deadline io scheduler
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
loop: loaded (max 8 devices)
HP CISS Driver (v 2.6.10-13S)
Intel(R) PRO/1000 Network Driver - version 7.4.35
Copyright (c) 1999-2007 Intel Corporation.
ACPI: PCI interrupt 0000:01:01.0[A] -> GSI 28 (level, low) -> IRQ 209
PCI ID: vendor = 1374, device = 0029, subvendor = 1374, subdevice = 0029
e1000: 0000:01:01.0: e1000_probe: (PCI-X:133MHz:64-bit) 00:0e:b6:85:cf:18
e1000: eth0: e1000_probe: Silicom PXG2BPIG series adapter
ACPI: PCI interrupt 0000:01:01.1[B] -> GSI 29 (level, low) -> IRQ 217
PCI ID: vendor = 1374, device = 0029, subvendor = 1374, subdevice = 0029
e1000: 0000:01:01.1: e1000_probe: (PCI-X:133MHz:64-bit) 00:0e:b6:85:cf:19
e1000: eth1: e1000_probe: Silicom PXG2BPIG series adapter
Intel(R) PRO/1000 Network Driver - 0.2.0
Copyright (c) 1999-2007 Intel Corporation.
Intel(R) Gigabit Ethernet Network Driver - version 1.2.22
Copyright (c) 2007-2008 Intel Corporation.
pcnet32.c:v1.31 29.04.2005 tsbogend@alpha.franken.de
e100: Intel(R) PRO/100 Network Driver, 3.4.8-k2-NAPI
e100: Copyright(c) 1999-2005 Intel Corporation
tg3.c:v3.43b (Oct 24, 2005)
ACPI: PCI interrupt 0000:02:05.0[A] -> GSI 26 (level, low) -> IRQ 185
eth2: Tigon3 [partno(BCM95704A6) rev 2100 PHY(5704)] (PCIX:66MHz:64-bit) 10/100/1000BaseT Ethernet 00:0e:b6:34:13:00
eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] Split[0] WireSpeed[1] TSOcap[0]
eth2: dma_rwctrl[769f0000]
eth2: con_dump_register: pagesz=264, npages: 8
ACPI: PCI interrupt 0000:02:05.1[B] -> GSI 27 (level, low) -> IRQ 193
eth3: Tigon3 [partno(BCM95704A6) rev 2100 PHY(5704)] (PCIX:66MHz:64-bit) 10/100/1000BaseT Ethernet 00:0e:b6:34:13:01
eth3: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[1] TSOcap[1]
eth3: dma_rwctrl[769f0000]
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
AMD8111: IDE controller at PCI slot 0000:00:07.1
AMD8111: chipset revision 3
AMD8111: not 100% native mode: will probe irqs later
AMD8111: 0000:00:07.1 (rev 03) UDMA133 controller
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:pio, hdd:pio
hda: TRANSCEND, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: max request size: 128KiB
hda: 1014048 sectors (519 MB) w/1KiB Cache, CHS=1006/16/63, DMA
hda: hda1 hda2 hda3
ide-floppy driver 0.99.newide
megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
megaraid: 2.20.4.9 (Release Date: Sun Jul 16 12:27:22 EST 2006)
megaraid: probe new device 0x1000:0x0409:0x1000:0x3008: bus 3:slot 14:func 0
ACPI: PCI interrupt 0000:03:0e.0[C] -> GSI 25 (level, low) -> IRQ 201
megaraid: fw version:[815C] bios version:[H432]
scsi0 : LSI Logic MegaRAID driver
scsi[0]: scanning scsi channel 0 [Phy 0] for non-raid devices
scsi[0]: scanning scsi channel 1 [virtual] for logical drives
Vendor: MegaRAID Model: LD 0 RAID1 712G Rev: 815C
Type: Direct-Access ANSI SCSI revision: 02
3ware 9000 Storage Controller device driver for Linux v2.26.05.007.
SCSI device sda: 1458978816 512-byte hdwr sectors (746997 MB)
sda: asking for cache data failed
sda: assuming drive cache: write through
SCSI device sda: 1458978816 512-byte hdwr sectors (746997 MB)
sda: asking for cache data failed
sda: assuming drive cache: write through
sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 >
Attached scsi disk sda at scsi0, channel 1, id 0, lun 0
Fusion MPT base driver 3.12.27.00
Copyright (c) 1999-2007 LSI Corporation
Fusion MPT FC Host driver 3.12.27.00
Fusion MPT SAS Host driver 3.12.27.00
Fusion MPT misc device (ioctl) driver 3.12.27.00
mptctl: Registered with Fusion MPT base driver
mptctl: /dev/mptctl @ (major,minor=10,220)
ACPI: PCI interrupt 0000:04:00.0[D] -> GSI 19 (level, low) -> IRQ 169
ohci_hcd 0000:04:00.0: OHCI Host Controller
ohci_hcd 0000:04:00.0: irq 169, pci mem ffffff0000006000
ohci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
ACPI: PCI interrupt 0000:04:00.1[D] -> GSI 19 (level, low) -> IRQ 169
ohci_hcd 0000:04:00.1: OHCI Host Controller
ohci_hcd 0000:04:00.1: irq 169, pci mem ffffff000001a000
ohci_hcd 0000:04:00.1: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
USB Universal Host Controller Interface driver v2.2
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
mice: PS/2 mouse device common for all mice
md: linear personality registered for level -1
md: raid0 personality registered for level 0
Loading RVBD RAID10 Module Version [2.6.23-rvbd]
md: raid10 personality registered for level 10
Crash dump driver initialized.
block device driver for LKCD registered
dump gzip safety buffer: 0000010203d49000, 4096
NET: Registered protocol family 2
IP: routing cache hash table of 65536 buckets, 1024Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
Initializing IPsec netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
ACPI: (supports S0 S1 S4 S5)
ACPI wakeup devices:
PCI1 USB0 USB1 UAR1 UAR2 GOLA GOLB PWRB
Setting up fail make_request
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 196k freed
INIT: version 2.85 booting
Welcome.Starting udev: [ OK ]
Initializing hardware... storage done[ OK ]
Configuring kernel parameters: [ OK ]
Setting clock (utc): Thu Nov 11 10:16:26 UTC 2010 [ OK ]
Setting hostname localhost: [ OK ]
[/sbin/fsck.ext3 (1) -- /config] fsck.ext3 -a /dev/sda9
CONFIG: clean, 28/18144 files, 7020/72292 blocks
[ OK ]
Checking filesystems:
[/sbin/fsck.ext3 (1) -- /boot] fsck.ext3 -a /dev/sda3
BOOT_2: clean, 24/34272 files, 13191/136552 blocks
[ OK ]

[/sbin/fsck.ext3 (1) -- /bootmgr] fsck.ext3 -a /dev/sda1
BOOTMGR: clean, 21/66528 files, 16765/265072 blocks
[ OK ]

[/sbin/fsck.ext3 (1) -- /var] fsck.ext3 -a /dev/sda8
VAR: clean, 711/2626560 files, 116368/5242880 blocks
[ OK ]

[/sbin/fsck.ext3 (1) -- /config] fsck.ext3 -a /dev/sda9
CONFIG: clean, 28/18144 files, 7020/72292 blocks
[ OK ]

Mounting local filesystems: [ OK ]
Running raid fw update script [ OK ]
Running firstboot script [ OK ]
Flash configuration ok
Configuring system for crash dumps [ OK ]
Saving crash dump (if one exists)
INIT: Entering runlevel: 3ild at Dec 19 2008 21:
Entering non-interactive startup
Starting system logger: [ OK ]
Starting kernel logger: [ OK ]
Starting fwkinit: [ OK ]
Starting irqbalance: [ OK ]
Starting rbtkmod: [ OK ]
Starting shutdown_check: [ OK ]
Starting mdinit: [ OK ]
Starting internal_startup: [ OK ]
Starting pm: [ OK ]
Starting vservers: [ OK ]
Starting csoftwat
Riverbed Steelhead
riverbed login:
Riverbed Steelhead
riverbed login:
Riverbed Steelhead
riverbed login:
Riverbed Steelhead
riverbed login: admin
Password:
Last login: Thu Nov 11 10:11:47 on ttyS0
riverbed > sh ver
Product name: rbt_sh
Product release: 5.5.0d
Build ID: #50_11
Build date: 2008-12-19 20:24:29
Build arch: x86_64
Built by: root@nusaybin

Uptime: 4m 22s

Product model: 5520
System memory: 5906 MB used / 2076 MB free / 7983 MB total
Number of CPUs: 4
CPU load averages: 0.14 / 0.20 / 0.09
riverbed > en
riverbed # show imags
% Unrecognized command "imags".
Type "show ?" for help.
riverbed # show images
Images available to be installed:
image_rbt_sh_5_5_0d_n50_11_x86_64.img
rbt_sh 5.5.0d #50_11 2008-12-19 20:24:29 x86_64 root@nusaybin:svn://svn/mgmt/b
ranches/guam_50_fix_branch

Installed images:
Partition 1:
rbt_sh 4.1.8e #75_7 2009-04-17 09:03:09 x86_64 root@malmo:svn://svn/mgmt/tags/
tuvalu_75_fix_7

Partition 2:
rbt_sh 5.5.0d #50_11 2008-12-19 20:24:29 x86_64 root@nusaybin:svn://svn/mgmt/b
ranches/guam_50_fix_branch

Last boot partition: 2
Next boot partition: 1
riverbed # boot system 2
% Unrecognized command "boot".
Type "?" for help.
riverbed # boot system 2
% Unrecognized command "boot".
Type "?" for help.
riverbed # wri mem
riverbed # show images
Images available to be installed:
image_rbt_sh_5_5_0d_n50_11_x86_64.img
rbt_sh 5.5.0d #50_11 2008-12-19 20:24:29 x86_64 root@nusaybin:svn://svn/mgmt/b
ranches/guam_50_fix_branch

Installed images:
Partition 1:
rbt_sh 4.1.8e #75_7 2009-04-17 09:03:09 x86_64 root@malmo:svn://svn/mgmt/tags/
tuvalu_75_fix_7

Partition 2:
rbt_sh 5.5.0d #50_11 2008-12-19 20:24:29 x86_64 root@nusaybin:svn://svn/mgmt/b
ranches/guam_50_fix_branch

Last boot partition: 2
Next boot partition: 1
riverbed # boot system 2
% Unrecognized command "boot".
Type "?" for help.
riverbed # conf t
riverbed (config) # boot system 2
riverbed (config) # wri meme
% Unrecognized command "meme".
Type "wri ?" for help.
riverbed (config) # wrimem
% Unrecognized command "wrimem".
Type "?" for help.
riverbed (config) # wri mem
riverbed (config) # sh images
Images available to be installed:
image_rbt_sh_5_5_0d_n50_11_x86_64.img
rbt_sh 5.5.0d #50_11 2008-12-19 20:24:29 x86_64 root@nusaybin:svn://svn/mgmt/b
ranches/guam_50_fix_branch

Installed images:
Partition 1:
rbt_sh 4.1.8e #75_7 2009-04-17 09:03:09 x86_64 root@malmo:svn://svn/mgmt/tags/
tuvalu_75_fix_7

Partition 2:
rbt_sh 5.5.0d #50_11 2008-12-19 20:24:29 x86_64 root@nusaybin:svn://svn/mgmt/b
ranches/guam_50_fix_branch

Last boot partition: 2
Next boot partition: 2
riverbed (config) #


Ipanema Technologies

Ipanema Technologies:
Providing WAN Governance and application aware managed services solutions through visibility, optimization, acceleration and control features.

Here is basic config:


netconfig +telnet
ipconfig lan -a 172.19.7.9 -m 255.255.255.224 -g 172.19.7.7
ipconfig -h SG004_1
ipconfig mgt none
ipconfig serial netconfig restart
ipconfig alias -a 10.66.41.7 -m 255.255.255.255
ethconfig lan 1000FD
ethconfig wan 1000FD
route add -net 195.200.7.0 netmask 255.255.255.0 gw 10.88.4.7
snmpconfig -c AIRLI snmpconfig start reboot y


ipconfig -g 172.17.35.27



netconfig +telnet
ipconfig lan -a 172.17.35.9 -m 255.255.255.224 -g 172.17.35.27
ipconfig -h SG004_1
ipconfig mgt none
ipconfig serial
netconfig restart
ipconfig alias -a 10.166.51.7 -m 255.255.255.255
ethconfig lan 100FD
ethconfig wan 100FD
route add -net 194.20.187.0 netmask 255.255.255.0 gw 10.166.51.7
snmpconfig -c AIRLI s
nmpconfig start
ipconfig alias none
reboot
y






>>>from 1000 Full duplex to 100 FD of ipanema

ethconfig lan 100FD
ethconfig wan 100FD


>>>check for diag for links

eth-diag

>>>to see interface config
ifconfig

>>> current config of ethernets
ipconfig -d

>>>to see interface speed , 100 base or 1000 base
etkconfig -d or ethconfig -d

eth[lan] : 100FD
eth[wan] : 100FD
eth[mgt] : AUTO