Re: AWE in SQL Cluster
- From: mrdenny <mrdenny@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 18 Jun 2007 13:14:04 -0700
In order for new Windows level security permissions to be active (such as the
lock pages in memory right) the account must log out and back in. As this is
a service account, the services simply need to be restarted.
--
Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration /
Microsoft Office SharePoint Server 2007: Configuration)
MCITP (dbadmin, dbdev)
"Cgal" wrote:
The Microsoft documentation said to add the security account but I did.
actually add both the account and the security group before I got the error.
Do you think that I need to reboot to aleviate the error message?
"Geoff N. Hiten" <SQLCraftsman@xxxxxxxxx> wrote in message
news:eBNxIPQrHHA.1508@xxxxxxxxxxxxxxxxxxxxxxx
Don't grant the privilege to the account. Grant it to the domain group
you designated when you installed SQL.
--
Geoff N. Hiten
Senior Database Administrator
Microsoft SQL Server MVP
"Cgal" <cgallelli@xxxxxxxxxxxxxxxxx> wrote in message
news:uREFgcPrHHA.4324@xxxxxxxxxxxxxxxxxxxxxxx
I have a two node cluster with SQL Server 2005 that I am having difficulty
getting AWE to work. I have granted the "lock pages in memory" right to
the domain account that the SQL Server service is running under on both
nodes and run the following commands to setup the AWE memory.
sp_configure 'awe enabled', 1
go
reconfigure with override
go
sp_configure 'max server memory','6144'
go
reconfigure with override
go
I get the following error message when these statements complete:
Msg 5845, Level 16, State 1, Line 1
Address Windowing Extensions (AWE) requires the 'lock pages in memory'
privilege which is not currently present in the access token of the
process.
- References:
- AWE in SQL Cluster
- From: Cgal
- Re: AWE in SQL Cluster
- From: Geoff N. Hiten
- Re: AWE in SQL Cluster
- From: Cgal
- AWE in SQL Cluster
- Prev by Date: Re: Using sql server clustering
- Next by Date: sql 2005 service pack 2 fails on a node in the cluster
- Previous by thread: Re: AWE in SQL Cluster
- Next by thread: Re: AWE in SQL Cluster
- Index(es):
Relevant Pages
|