Minggu, 01 Maret 2009

ILOM at x 4100

Sun Fire X4100, has an Ilom to control the host, at the default the ILOM has username : root, and password : changeme, for the security reason we must change password, and create new user for administration.

$ create /SP/users/admin role=Administrator cli_mode=alom

and for the web GUI access we must set network by folowing step :

$ cd /SP/network
$ set pendingipaddress=xxx.xxx.xxx.xxx
$ set pendingipnetmask=xxx.xxx.xxx.xxx
$ set pendingipgateway=xxx.xxx.xxx.xxx
$ set pendingipdiscovery=static
$ commitpending=true

Kamis, 05 Februari 2009

RSC Installation SUN-Fire-280R


for checking RSC
#/usr/bin/pkginfo | SUNWrsc

checking platform
#uname -i

if u want update your old RSC packages, u must remove first RSC packages installed on your machine :
# /usr/sbin/pkgrm SUNWrsc SUNWrscj SUNWrscd

to unzip the package that you just download :
# /usr/bin/unzip rsc_packages*.zip

to install RSC Packages
# /usr/sbin/pkgadd -d (directory of rsc packages)

Selasa, 10 Juni 2008

Network Operations Center

A network operations center (or NOC, pronounced "nock") is one or more locations from which control is exercised over a computer, television broadcast, or telecommunications network. Large organizations may operate more than one NOC, either to manage different networks or to provide geographic redundancy in the event of one site being unavailable or offline.

NOCs are responsible for monitoring the network for alarms or certain conditions that may require special attention to avoid impact on the networks performance. For example, in a telecommunications environment, NOCs are responsible for monitoring for power failures, communication line alarms (such as bit errors, framing errors, line coding errors, and circuits down) and other performance issues that may affect the network. NOCs analyze problems, perform troubleshooting, communicate with site technicians and other NOCs, and track problems through resolution. If necessary, NOCs escalate problems to the appropriate personnel. For severe conditions that are impossible to anticipate – such as a power failure or optical fiber cable cut – NOCs have procedures in place to immediately contact technicians to
remedy the problem.

NOCs often escalate issues in a hierarchal format, so if an issue is not resolved in a specific time frame, the next level is informed to speed up problem remediation. Many NOCs have multiple "tiers", which define how experienced/skilled a NOC technician is. A newly-hired NOC technician might be considered a "tier 1", whereas a technician that has been there for several years may be considered a "tier 3" or "tier 4". As such, some problems are escalated within a NOC before a site technician or other network engineer is contacted.

The term NOC is normally used when referring to telecommunications providers, although a growing number of other organizations such as public utilities (e.g., SCADA) and private companies have also adopted these centers to both manage their internal networks and to provide monitoring services.

The location housing a NOC may also contain many or all of the primary servers and other equipment essential to running the network, although it is not uncommon for a single NOC to monitor and control a number of geographically dispersed sites.

In broadcast television NOCs at television broadcast facilities are responsible for the technical and operational overview of all broadcast network services, including monitoring, correcting, and troubleshooting day-to-day issues.

Senin, 09 Juni 2008

Network Segmentation


In this page I will try to guide you building your network segmentation, this is very useful if you have large network in one building, or you have one building that have many floor and you want to manage it.

For that case, first I will create virtual LAN (vlan) for every IP segment. In this example I use AT9816GB switch from Allied Telesys.

# create vlan=vlanx vid=x type=subnet

# add vlan=vlanx subnet=xx.xx.xx mask=xx.xx.xx

# add vlan=vlanx port=x

# add ip interface=vlanx ipaddress=xx.xx.xx.xx

After creating vlan for every IP Segment, now u can add DHCP server for that every segment so the client in every segment can automatically use IP address.

But don’t forget after all of that u must create routing for every segment in your gateway server that make the segment can communicate with the other according to your rule.