Archive for October, 2008

JET laid off up 600 employees; 400 in pipeline

Written by admin on Wednesday, October 15th, 2008 in Kumaun, News.

The bed news has been started due to global crises and this is not a good news for India economy, The biggest pvt. airline has cut down its 600 employee yesterday and 400 more in pipeline.

Riding the strength of its alliance with Kingfisher Airlines, another private carrier Jet Airways has laid off up to 1,000 employees to rationalise its operations.
The entire force of unconfirmed staff is being laid off on a 30-day compensation package, a top Jet Airways official, who did not want to be named.
The staff, which has been retrenched is from all across the operation and letters severing their services, were given yesterday, he said.
Jet Airways and Kingfisher Airlines, both of which account for 60 per cent market share in India had announced an alliance on Monday night to share their resources and routes.
Both Naresh Goyal of Jet and Vijay Mallya of Kingfisher are here to attend the Airshow.
“It is part of handling economic slowdown and carefully rationalising the operation,” the official said adding the downsizing is based on capacity, load-factor and traffic patterns.
The rationalistaion also seeks to optimise the operations in line with the rationalisation of its flight and he pointed out that the airline has stopped some of its existing flights including that to San Fransisco.
Earlier while announcing the alliance, both Goyal and Mallya had said that the coming together was in tune with the global practice of reducing killing costs and clarified that there was no equity involvement.
The alliance would work together on seven fronts, including route and code sharing as also sharing of crew, a move that would help them cut exorbitant cost that had been putting enormous pressures for the last 4-6 years.

Source-: PTI

Optimize web server (IIS performance)

Written by charu on Monday, October 13th, 2008 in Server Support, Technology.

We are suggesting some tips to optimize IIS/web server’s performance. This is very chellenging to fine tune a web server for ultimate performance. Here is some tips to fine tune your webserver

Disable Nonessential Services

Disable Windows Server 2003 services that are not required for a dedicated Web server. To do this, follow these steps:

1. Click Start, point to Programs, point to Administrative Tools, and then click Computer Management.
2. Under Computer Management (Local), expand Services and Applications, and then click Services.

In the Status column, each service that is running is labeled “Started.” The following services are not required on a dedicated Web server:

Alerter
ClipBook
Computer Browser
DHCP Client
DHCP Server
Fax Service
File Replication
INfrared Monitor
Internet Connection Sharing
Messenger
NetMeeting Remote Desktop Sharing
Network DDE
Network DDE DSDM
NWLink NetBIOS
NWLink IPX/SPX
Print Spooler
TCP/IP NetBIOS Helper Service
Telephony
Telnet
Uninterruptible Power Supply
3. Note the services that depend on each service that you want to disable. To do this, follow these steps:

a. Double-click the service that you want to disable.
b. Click the Dependencies tab.
c. In the This service depends on the following system components list, note the services that this service depends on.
d. In the The following system components depend on this service list, note the services that cannot start without this service.
e. Click OK.
4. One at a time, disable each service that you have selected. To do this, follow these steps:

a. Right-click the service that you want to disable, and then click Properties.
b. In the Startup type list, click Disabled.
c. If you want to stop the service immediately, click Stop. If the Stop Other Services dialog box appears, note the other dependent services that will also stop, and then click Yes.
d. Click OK.
5. Repeat step 4 to disable the other nonessential services.

Optimize Performance for Background Services

The IIS 6.0 process (Inetinfo.exe) runs as a background service. To increase performance for background services, follow these steps:

1. Click Start, click Control Panel, and then click System.
2. Click the Advanced tab, and then click Settings under Performance.
3. Click the Advanced tab, click Background services, and then click OK two times.

Enable Bandwidth Throttling

Limit the network bandwidth that is available to individual Web sites. To do this, follow these steps:

1. Click Start, point to Programs, point to Administrative Tools, and then click Internet Services Manager.
2. Expand server name, where server name is the name of the Web server.
3. Right-click the Web site that you want to modify, and then click Properties.
4. Click the Performance tab, and then click to select the Limit the network bandwidth available to this Web site check box.
5. In the Maximum bandwidth box, type the new value, and then click OK.
6. Quit Internet Services Manager.

Enable CPU Monitoring

Enable CPU monitoring to monitor and to automatically shut down worker processes that consume large amounts of CPU time. To enable CPU monitoring, follow these steps:

1. In Internet Information Services (IIS) Manager, expand the local computer, expand the Application Pools folder, right-click the application pool that you want to enable CPU accounting on, and then click Properties.
2. Click the Performance tab, and then click to select the Enable CPU monitoring check box.
3. In the Maximum CPU use box, click the up and down arrows to set the maximum percentage of the CPU that you want the application pool to use.

If the application pool uses more than the designated maximum, IIS generates an error message in the Windows Events log.

4. In the Refresh CPU usage numbers (in minutes) box, click the up and down arrows to set the refresh rate.
5. In the Action performed when CPU usage exceeds maximum CPU use box, click the appropriate action for the designated application pool:

Click No Action to have IIS generate an error in the Windows Events Log when the designated application pool reaches the maximum CPU usage.
Click Shutdown to shut down the application pool. Click Shutdown to stop the problematic application by terminating its host worker process.
6. Click Apply, and then click OK.

For more information about CPU Monitoring, see the “Enabling CPU Monitoring” topic in the Internet Information Services 6.0 Administrators Guide.

Limit Web Site Connections

Limit the number of connections available to individual Web sites. To do this, follow these steps:

1. Start Internet Services Manager.
2. Expand server name, where server name is the name of the Web server.
3. Right-click the Web site that you want to limit, and then click Properties.
4. Click the Performance tab, and then click Connections limited to.
5. In the Connections limited to box, type the number of connections that you want to allow.

Note Each connected client uses approximately four concurrent connections. For example, a connection limit of 200 allows approximately 50 users to access the Web site.

6. Click OK, and then quit Internet Services Manager.

Tips to transfer IIS Sites

Written by admin on Monday, October 13th, 2008 in Desktop Support, Network Support, Server Support, Technology.

The IIS Sites Transfer program is designed to transfer web sites from Microsoft Internet Information
Server version 6 (IIS 6) to another IIS 6 server. The program also allows to transfer Windows 2003
users (only local users, not Active Directory users) from one server to another and copy FTP logins,
virtual directories, Web/FTP folders structure and assign NTFS folders permissions.
You need to have metabase.xml file from the source server to accomplish the sites transfer.
MetaBase.xml is an XML file that contains IIS configuration settings. Its default location is
C:\Windows\System32\inetsrv\
Note: It is strongly recommended that you make a backup of Metabase.xml file daily and store
the backup copy on a different computer or on storage media.
It is also recommended to generate GroupsUsers.xml file by using GetUsersGroups.exe daily
(or at least weekly) and store GroupsUsers.xml on a different computer or on storage media.
You can find a description of GetUsersGroups.exe utility in this document.
IIS Sites Transfer User Guide

Warning: You should accomplish “IIS Reset” command (e.g. run iisreset.exe from a command
line, or use appropriate IIS Admin Console local menu item) before making a copy of
Metabase.xml file. Otherwise there is no guarantee that the file contains the actual data.
The IIS Sites Transfer utility is able to:
• Create IIS websites along with their main settings and properties by using metabase.xml file.
Note: It does not help to copy files between servers. But there are a lot of tools and different
methods. For example, you can zip (using WinZIP or WinRAR) the files and FTP the archive.
• Copy Application Pools along with their properties by using metabase.xml file.
• Create web sites folders.
• Copy local Windows 2003 users and groups.
• Copy FTP usernames.
• Assign appropriate NTFS permissions for websites.
The IIS Sites Transfer utility does not require a clean installation of Internet Information Services.
Moreover, the tool is able to transfer any selected group of websites, so you can distribute your
websites easily to adjust the servers load.
It is able to transfer websites even if the IISAdmin service is not running on the source server. You just
need to have a copy of Metabase.xml file.
System Requirements
• Microsoft .NET framework 2.0
• Microsoft Windows 2003 or Windows 2003 R2
• Microsoft IIS 6.0
• To run this tool you must be a member of Administrators group.
Scenarios
Some typical scenarios when the IIS Sites Transfer utility can help you:
• The server is down and you only have a copy of metabase.xml file from this server.
• The server is down and you only have a copy of metabase.xml and GroupsUsers.xml files
from this server.
• The server is working, but IIS is not working on this server anymore. And you can make a copy
of metabase.xml file from this server, and you are able to generate GroupsUsers.xml using
GetUsersGroups.exe on this server.
• The server (and IIS) is up and running fine and you wish to transfer several websites (or several
hundreds of sites) to other server.
In all these cases the tool allows to automatize 50% to 80% of work load.
The server is down and you only have a copy of metabase.xml
1. Log in to the destination server using an Administrator account (any account from
Administrators group), either locally or via Terminal Services.
IIS Sites Transfer User Guide

2. Run IISSitesTransfer.exe on the destination server.
3. Open metabase.xml file by using File → Select metabase.xml menu.
4. Parse the data by using Tools → Parse menu.
5. Restore websites and other objects by using Tools → Create objects menu.
The server is up and running fine and you wish to transfer several
websites (or any number of sites) to other server
In this case you can copy local Users and Groups to the destination server. It is important for Windows
Sharepoint Services, Microsoft SharePoint Portal Server, FrontPage Extensions and other applications.
1. Log in to the source server using an Administrator account (any account from Administrators
group), either locally or via Terminal Services.
2. Run GetUsersGroups.exe on the source server.
3. Click the [Get user list] button.
4. Select users and groups you wish to transfer.
5. Click the [Save] button and the utility will create GroupsUsers.xml file.
6. Copy GroupsUsers.xml file to the destination server, for example via FTP.
7. Log in to the destination server using an Administrator account (any account from
Administrators group), either locally or via Terminal Services.
8. Run IISSitesTransfer.exe on the destination server.
9. Open metabase.xml file by using File → Select metabase.xml menu.
10. Open GroupsUsers.xml file by using File → Select GroupsUsers.xml menu.
11. Parse the data by using Tools → Parse menu.
12. Restore websites and other objects by using Tools → Create objects menu.
As you would have noticed, these tools are easy to use. You can find more information below.
How to use the tools
GetUsersGroups.exe utility
What is it for?
The GetUsersGroups.exe tool allows to create GroupsUsers.xml file. This file contains the list of
local Users and Groups of the source server. You need this file to copy the Users and Groups to the
destination server by using the IISSitesTransfer.exe tool.
Note: The tool is not able to copy Administrators user group and its members.
IIS Sites Transfer User Guide

Creating a backup copy of user and group list
1. Log in to the source server using an Administrator account (any account from Administrators
group), either locally or via Terminal Services.
2. Run GetUsersGroups.exe on the source server.
3. Click the [Get user list] button. You’ll see the lists of all users and groups.
4. Select users and groups you wish to transfer. (Usually you just need to click the [Select all]
buttons. One under the user list, another – under the group list.)
5. Use Filter field if needed. For example, type ASP in the Filter field under the user list and
click the [Apply] button – you’ll see the list of all users containing ASP word.
IIS Sites Transfer User Guide

Note: The filter is not case-sensitive.
6. Click the [Save] button and the utility will create GroupsUsers.xml file.
7. Copy GroupsUsers.xml file to the destination or backup server, for example via FTP.
IISSitesTransfer.exe utility
Menu items
1. File → Select metabase.xml – the first menu item you should use. It allows to open
metabase.xml file.
2. File → Select GroupsUsers.xml – allows to open GroupsUsers.xml file. If you do not have
this file, you can not transfer Windows users with IISSitesTransfer.exe tool. Please read
GetUsersGroups.exe utility description for more info.
IIS Sites Transfer User Guide

3. Tools → Parse – is used for data processing. It parses the XML files data and fills Parsed
data tabs.
4. Tools → Create objects – allows to create websites, pools etc..
5. Tools → Sort – allows to sort the data in Parsed data tabs.
6. Tools → Save log – allows to save the log of the transfer process.
How to use the IISSitesTransfer.exe tool
1. Log in to the destination server using an Administrator account (any account from
Administrators group), either locally or via Terminal Services.
2. Run IISSitesTransfer.exe on the destination server.
3. Open metabase.xml file by using File → Select metabase.xml menu.
4. Open GroupsUsers.xml file by using File → Select GroupsUsers.xml menu if you need to
create Windows 2003 usernames and groups.
5. Parse the data by using Tools → Parse menu.
6. Unselect some items of Parsed data tabs if needed.
7. Select Tools → Create objects menu. You’ll see Create objects dialog box. Do some changes
in this dialog box if needed and click the [Ok] button.
8. Wait till the tool finishes the objects creation.
9. Use Tools → Save log menu to save the log of the creation process if needed.
“Create objects” dialog box description
• Create sites – select it if you need to create web sites and virtual directories. The tool also
creates folders for the sites and virtual directories.
• Create FTP logins – select it if you need to create FTP accounts and Windows users
associated with the FTP accounts. You can leave the FTP group field blank or specify a group
name for the newly created accounts. The tool also creates folders for the FTP accounts.
IIS Sites Transfer User Guide

• Create application pools – select it if you need to create IIS Applications pools.
• Create web accounts – select it if you need to create Windows user accounts for anonymous
access for restored web sites. You can leave the Web group field blank or specify a group
name for the newly created accounts.
• Replace IP – specify the shared IP address (associated with the destination server).
• Assign NTFS permissions – select it if you need to assigns the appropriate NTFS permissions
for the restored web sites. FTP users will have Full Control permissions. Windows user
accounts created for anonymous access will have Read permissions only.
The stages of the objects creation process
Once you pressed the [Ok] button in Create objects dialog box, the tool will start to create the objects
in the following sequence:
• Creates Windows users and groups.
Note: You should have GroupsUsers.xml file and open it with GroupsUsers.xml File →
Select GroupsUsers.xml menu, otherwise the tool is not able to transfer Windows users and
groups from the source server.
• Creates Application pools if the Create application pools check box is selected.
• Creates FTP logins and directiries if the Create FTP logins check box is selected.
• Creates Windows user account for anonymous access if the Create web accounts check box is
selected.
• Creates Web sites if the Create sites check box is selected.
• Assigns the appropriate NTFS permissions if the Assign NTFS permissions check box is
selected.
Appendix
Site and virtual directory properties which can be transferred by the tool
• Application pool
• Default document
• IP bindings
• Name/URL of the site
• Access flag
• Windows user account for anonymous access
• Log file directory
Application pool properties which can be transferred by the tool
• Name of the pool
• Recycle properties
FTP user properties which can be transferred by the tool
• Access permissions (read, write)
IIS Sites Transfer User Guide

• Folder path
• FTP username

ICICI’s message to customer

Written by mithun on Monday, October 13th, 2008 in Kumaun, News, Useful Info.

Dear Customer,

We are aware that you are being misled by numerous malicious and baseless rumors. Many of these are via SMSes. Many of our customers have written in to us expressing solidarity and confidence in our relationship, and have mentioned they have dismissed these rumors, for which we are grateful. Still we know that these rumors may cause you distress and doubts. You are our valued customer and we would not like you to have any of these feelings. So we have now chosen to write to you directly to allay your concerns if any.

You would have seen the categorical endorsement of the soundness of Indian banking as well as ICICI Bank’s sound financial health from the RBI and the Finance Minister. You would have also read about the unequivocal certificate of confidence reposed on us by S&P an independent rating agency of repute. We have categorically and in a transparent manner disclosed that

  • We have ZERO exposure, directly or indirectly, to US sub-prime
  • We have 150% more capital than what Banks are required to have, and we are one of the highest capitalized banks in the country
  • We have a AAA rating
  • We have sound liquidity to meet your needs whenever you need and in what ever amounts you may need

Your bank has grown and achieved its status of pre-eminence due to the patronage and trust you have reposed thus far in us. We have made many an Indian smile with a house, car and every banking need dreamed of by Indians. I am sure nothing factually or otherwise has changed in our relationship that we should let baseless rumors cast doubts in your mind. We once again want to reaffirm to you that the bank you have built and assisted to grow to pre-eminence will be with you day and night. We take pride in serving you and being the bank of your first choice.

We desire and request the continuance of your unwavering trust and relationship. We promise to you that not only your deposits but all your interests are safe and secure with us. In case you need to reach us, kindly write to us at customer.care@icicibank.com.

Sincerely

V. Vaidyanathan
Executive Director
ICICI Bank Ltd

Love and Marriage

Written by mithun on Monday, October 13th, 2008 in Jokes, Kumaun.

Love is holding hands in the street.
Marriage is holding arguments in the street.

Love is dinner for 2 in your favorite restaurant.
Marriage is a take home packet.

Love is cuddling on a sofa.
Marriage is one of them sleeping on a sofa.

Love is talking about having children.
Marriage is talking about getting away from children.

Love is going to bed early.
Marriage is going to sleep early.

Love is a romantic drive.
Marriage is arrive on tops curvy tarmac .

Love is losing your appetite.
Marriage is losing your figure.

Love is sweet nothing in the ear.
Marriage is sweet nothing in the bank.

Tv has no place in love.
Marriage is a fight for remote control.

Love is 1 drink and 2 straws.
Marriage is “Don’t you think you’ve had enough!”.

Conclusion: “Love is blind, Marriage is an eye opener!”

Free FLV Player

Written by Mamta Pandey on Sunday, October 12th, 2008 in Desktop Support, Network Support, Server Support, Technology.

FLV Player is a tool to play Flash FLV and H.264 (MPEG-4) videos with. This utility can come in handy when viewing many FLV and/or H.264 files, as it doesn’t require the Adobe Flash IDE. The installer comes with optional FLV file-association, so double clicking an FLV file opens and plays the file in FLV Player. Version 2.0.24 adds support for the newly added H.264 (MPEG-4) format in the Adobe Flash Player and fixes bugs.

Click here to download



Site Navigation