Archive for December, 2022

New Year 2023

December 31st, 2022, posted in COMiCS
Share

Happy New year 2023,Happy ,New year 2023,Happy New year, 2023

Share

Commonly used ILOM commands

December 27th, 2022, posted in Oracle, Solaris
Share

Integrated Lights-out Manager (ILOM) helps to manage and troubleshoot the complete hardware of a server. With the help of ILOM we can remotely manage a server. We can power on and power off it remotely. Let us see some of the most commonly used commands in the ILOM shell.

 

Login related commands

-> start /SP/console        -- start the SP-console
-> show /SP/sessions        -- see the currently active sessions
-> stop /SP/console         -- to stop any user session

Start and stop system

-> start /SYS                            (start system)  
-> stop [-force] /SYS                    (stop system)
-> show /SYS                             (shows the power status)
-> reset /SYS                            (reset host)
-> reset /SP                             (reset ILOM SP)
-> set /HOST send_break_action=break     (send break signal to the OS)
-> reset /CMM                            (to reset CMM on a blade Chassis)

 

Locator commands

To set the locator on or off

-> set /SYS LOCATE=on
-> set /SYS LOCATE=off

Networking Commands

To see the current network configuration of ILOM

-> show /SP/network

To set an IP address for ILOM

-> set pendingipdiscovery=static 
-> set pendingipaddress=10.10.10.10
-> set pendingipnetmask=255.255.255.0
-> set pendingipgateway=10.10.10.1
-> set commitpending=true

To show SP MAC address

show /SP/network macaddress

If on a Blade chassis, to check the CMM IP :

-> show /CMM/network

User administration

-> show /SP/users                  (Display all the ILOM users)
-> show /SP/user/admin             (Display configuration settings of a specific user)
-> create /SP/users/user_name password=PWD role=[administrator|operator]    (create new user)
-> delete /SP/users/username       (Delete a user)
-> set /SP/users/admin01 role=administrator           (set the role of a user)
-> set /SP/users/admin01           (set or change password of user)

Monitoring and logs

-> show /SP/logs/event/list     (ILOM event log)
-> show -level all -output table /SP/faultmgmt     (List all hardware faults)
-> show -level all -output table /SYS type==Temperature value       (List all temperature sensor readings)

Hardware info

-> show -level all -output table /SYS type==DIMM                (show DIMMS)
-> show -level all -output table /SYS type=='Host Processor'    (show CPUs)
-> show -l all /SYS type=='Hard Disk'                           (show disks)

 

Share

Naked Truth – The Truth coming out of the well By Jean

December 8th, 2022, posted in STORiES
Share

According to a 19th century legend, the Truth and the Lie meet one day.

The Lie says to the Truth: “It’s a marvellous day today!”


The Truth looks up to the skies and sighs, for the day was really beautiful. They spend a lot of time together, ultimately arriving beside a well.


The Lie tells the Truth: “The water is very nice, let’s take a bath together!”


The Truth, once again suspicious, tests the water and discovers that it indeed is very nice. They undress and start bathing. Suddenly, the Lie comes out of the water, puts on the clothes of the Truth and runs away. The furious Truth comes out of the well and runs everywhere to find the Lie and to get her clothes back. The World, seeing the Truth naked, turns its gaze away, with contempt and rage.
The poor Truth returns to the well and disappears forever, hiding therein, its shame. Since then, the Lie travels around the world, dressed as the Truth, satisfying the needs of society, because, the World, in any case, harbours no wish at all to meet the naked Truth.

 

The world famous painting – “The Truth coming out of the well” Jean-Léon Gérôme, 1896.

 

Source: https://medium.com/@mistywindow/according-to-a-19th-century-legend-the-truth-and-the-lie-meet-one-day-b318378935f4

Share