Crippa Andrea

Centos 5 : Manage Disks OnLine

This entry was posted by ( Crippa Andrea ) on Tuesday, August 28th, 2012 at 3:52 pm and have got 361 reads . It's field under Linux and tagged , , , . Bookmark the permalink. Follow any comments here with the RSS feed for this post. Post a comment or leave a trackback: Trackback URL.

Some usefull commands to manage disks online in Centos 5

RESCAN SCSI BUS :
echo "- - -" > /sys/class/scsi_host/host#/scan

DELETE A DEVICE :
echo 1 > /sys/block/devName/device/delete

ADD A SINGLE DEVICE :
echo "scsi add-single-device " > /proc/scsi/scsi

VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)
Leave a Comment :, , , more...

QNAP Clickatell command line setup

This entry was posted by ( Crippa Andrea ) on Thursday, July 12th, 2012 at 10:24 pm and have got 280 reads . It's field under Linux, QNAP and tagged , , . Bookmark the permalink. Follow any comments here with the RSS feed for this post. Post a comment or leave a trackback: Trackback URL.

If you just want to send SMS on QNAP via command line, (and the QNAP Support tell you that this is not possible becouse of closed source program) , simple try this way :

1) – Register your Clickatell account
2) – Register/Create your HTTP/HTTPS API KEY
3) – Use this command line expamle :

wget --no-check-certificate -O - "https://api.clickatell.com/http/sendmsg?user=USERNAME&password=PASSWORD&api_id=API_ID&to=TEL_NUMBER&text=TEXT_MESSAGE"

It rocks !!!

VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)
Leave a Comment :, , more...

Esxi 5 : consolidating snapshot

This entry was posted by ( Crippa Andrea ) on Tuesday, June 19th, 2012 at 2:30 am and have got 327 reads . It's field under VMWare and tagged , , , , . Bookmark the permalink. Follow any comments here with the RSS feed for this post. Post a comment or leave a trackback: Trackback URL.

In Esxi 5 there is a new feature for consolidating snapshot when there are some -00000X.vmdk and -00000X-delta.vmdk files, and snapshot manager says that there are no snapshot.

Check if consolidation is needed by click on VCENTER , go in Virtual Machine and then add column “Needs Consolidation”

For VM that have “Yes” in this column , simple highlight the VM and choose “Snapshot –> Consolidate”

VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)
Leave a Comment :, , , , more...

Citrix SMA Service : error 1053 / 1920

This entry was posted by ( Crippa Andrea ) on Monday, June 18th, 2012 at 1:15 pm and have got 305 reads . It's field under General, Windows and tagged , , , , . Bookmark the permalink. Follow any comments here with the RSS feed for this post. Post a comment or leave a trackback: Trackback URL.

Verify that you have installed DotNetFramework 2.0 SP1

VN:F [1.9.22_1171]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)
Leave a Comment :, , , , more...

Cisco 1841 – MTU and Web Browsing Issue

This entry was posted by ( Crippa Andrea ) on Tuesday, May 29th, 2012 at 5:50 pm and have got 333 reads . It's field under General and tagged , , . Bookmark the permalink. Follow any comments here with the RSS feed for this post. Post a comment or leave a trackback: Trackback URL.

If you are having problem to browse internet after installing your Cisco 1841, probably you are experiencing some issue with the MTU.

You can check if your problem is related to an MTU issue following this basic steps.

Open a command prompt with high privileges and type :
netsh interface ipv4 set subinterface "Local Area Connection" mtu=nnnn

Set MTU to 1492 or lower and try to browse internet.

If you have solved your issue, this is the configuration for Cisco 1841 on FastEthernet

conf t
int fast 0/0
ip tcp adjust-mss 1410

Hope this helps

VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)
Leave a Comment :, , more...